rewrite-api-servlet 2.0.0.Beta3

org.ocpsoft.rewrite.servlet
Class RewriteWrappedRequest

java.lang.Object
  extended by javax.servlet.ServletRequestWrapper
      extended by javax.servlet.http.HttpServletRequestWrapper
          extended by 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

Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
RewriteWrappedRequest(HttpServletRequest request)
          Create a new RewriteWrappedRequest
 
Method Summary
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
 
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
 

Constructor Detail

RewriteWrappedRequest

public RewriteWrappedRequest(HttpServletRequest request)
Create a new RewriteWrappedRequest

Method Detail

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}

rewrite-api-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.