public abstract class RewriteWrappedRequest extends HttpServletRequestWrapper
HttpServletRequestWrapper for the Rewrite frameworkBASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH| Constructor and Description |
|---|
RewriteWrappedRequest(HttpServletRequest request)
Create a new
RewriteWrappedRequest |
| Modifier and Type | Method and Description |
|---|---|
static RewriteWrappedRequest |
getCurrentInstance(ServletRequest request)
Get the current
RewriteWrappedRequest |
abstract Map<String,String[]> |
getModifiableParameters()
Get the current
Map of modifiable HttpServletRequest parameters. |
protected static void |
setCurrentInstance(RewriteWrappedRequest instance)
Set the current
RewriteWrappedRequest |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingpublic RewriteWrappedRequest(HttpServletRequest request)
RewriteWrappedRequestpublic static RewriteWrappedRequest getCurrentInstance(ServletRequest request)
RewriteWrappedRequestprotected static void setCurrentInstance(RewriteWrappedRequest instance)
RewriteWrappedRequestpublic abstract Map<String,String[]> getModifiableParameters()
Map of modifiable HttpServletRequest parameters.RequestParameterProvider}Copyright © 2015 OCPsoft. All Rights Reserved.