|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.util.ServletUtils
ServletUtil
instead.
@Deprecated public abstract class ServletUtils
Utility methods for operations related to Servlet API.
RequestHeaderUtil
Field Summary | |
---|---|
static String |
ERROR_REQUEST_STATUS_CODE_ATTRIBUTE
Deprecated. |
static String |
FORWARD_QUERY_STRING_ATTRIBUTE
Deprecated. |
static String |
FORWARD_REQUEST_URI_ATTRIBUTE
Deprecated. |
static String |
INCLUDE_REQUEST_URI_ATTRIBUTE
Deprecated. |
Constructor Summary | |
---|---|
ServletUtils()
Deprecated. |
Method Summary | ||
---|---|---|
static DispatcherType |
getDispatcherType(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns the dispatcher type of the request, the dispatcher type is defined to be identical to the semantics of filter mappings in web.xml. |
|
static String |
getOriginalRequestURI(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns the original request uri. |
|
static String |
getOriginalRequestURLIncludingQueryString(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns the original request url. |
|
static String |
getRequestUri(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns the request uri for the request. |
|
static
|
getWrappedRequest(javax.servlet.ServletRequest request,
Class<T> clazz)
Deprecated. Finds a request wrapper object inside the chain of request wrappers. |
|
static LinkedHashMap<String,String> |
initParametersToMap(javax.servlet.FilterConfig config)
Deprecated. Returns the init parameters for a FilterConfig object as a Map, preserving the order in which they are exposed
by the FilterConfig object. |
|
static LinkedHashMap<String,String> |
initParametersToMap(javax.servlet.ServletConfig config)
Deprecated. Returns the init parameters for a ServletConfig object as a Map, preserving the order in which they are exposed
by the ServletConfig object. |
|
static boolean |
isError(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns true if the request is rendering an error page, either due to a call to sendError() or an exception being thrown in a filter or a servlet that reached the container. |
|
static boolean |
isForward(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns true if the request is currently processing a forward operation. |
|
static boolean |
isInclude(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns true if the request is currently processing an include operation. |
|
static boolean |
isMultipart(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns true if the request has a content type that indicates that is a multipart request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FORWARD_REQUEST_URI_ATTRIBUTE
public static final String FORWARD_QUERY_STRING_ATTRIBUTE
public static final String INCLUDE_REQUEST_URI_ATTRIBUTE
public static final String ERROR_REQUEST_STATUS_CODE_ATTRIBUTE
Constructor Detail |
---|
public ServletUtils()
Method Detail |
---|
public static LinkedHashMap<String,String> initParametersToMap(javax.servlet.ServletConfig config)
ServletConfig
object as a Map, preserving the order in which they are exposed
by the ServletConfig
object.
public static LinkedHashMap<String,String> initParametersToMap(javax.servlet.FilterConfig config)
FilterConfig
object as a Map, preserving the order in which they are exposed
by the FilterConfig
object.
public static <T extends javax.servlet.ServletRequest> T getWrappedRequest(javax.servlet.ServletRequest request, Class<T> clazz)
public static boolean isMultipart(javax.servlet.http.HttpServletRequest request)
public static boolean isForward(javax.servlet.http.HttpServletRequest request)
public static boolean isInclude(javax.servlet.http.HttpServletRequest request)
public static boolean isError(javax.servlet.http.HttpServletRequest request)
public static DispatcherType getDispatcherType(javax.servlet.http.HttpServletRequest request)
public static String getOriginalRequestURI(javax.servlet.http.HttpServletRequest request)
public static String getOriginalRequestURLIncludingQueryString(javax.servlet.http.HttpServletRequest request)
public static String getRequestUri(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |