public class RequestDispatchUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FORWARD_PREFIX |
static String |
PERMANENT_PREFIX |
static String |
REDIRECT_PREFIX |
Constructor and Description |
---|
RequestDispatchUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
dispatch(String targetUri,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns true if processing took place, even if it fails.
|
public static final String REDIRECT_PREFIX
public static final String PERMANENT_PREFIX
public static final String FORWARD_PREFIX
public static boolean dispatch(String targetUri, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.