org.ocpsoft.rewrite.servlet
Class RewriteWrappedRequest
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.ocpsoft.rewrite.servlet.RewriteWrappedRequest
- All Implemented Interfaces:
- HttpServletRequest, ServletRequest
public abstract class RewriteWrappedRequest
- extends HttpServletRequestWrapper
An HttpServletRequestWrapper for the Rewrite framework
- Author:
- Lincoln Baxter, III
| Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
| Methods inherited from class javax.servlet.ServletRequestWrapper |
getAttribute, 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, setRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.ServletRequest |
getAttribute, 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, setCharacterEncoding |
RewriteWrappedRequest
public RewriteWrappedRequest(HttpServletRequest request)
- Create a new
RewriteWrappedRequest
getCurrentInstance
public static RewriteWrappedRequest getCurrentInstance(ServletRequest request)
- Get the current
RewriteWrappedRequest
setCurrentInstance
protected static void setCurrentInstance(RewriteWrappedRequest instance)
- Set the current
RewriteWrappedRequest
getModifiableParameters
public abstract Map<String,String[]> getModifiableParameters()
- Get the current
Map of modifiable HttpServletRequest parameters.
- See Also:
RequestParameterProvider}
Copyright © 2013 OCPsoft. All Rights Reserved.