Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.server » [javadoc | source]
org.apache.cactus.server
abstract public class: AbstractHttpServletRequestWrapper23 [javadoc | source]
java.lang.Object
   org.apache.cactus.server.AbstractHttpServletRequestWrapper
      org.apache.cactus.server.AbstractHttpServletRequestWrapper23

All Implemented Interfaces:
    HttpServletRequest

Direct Known Subclasses:
    HttpServletRequestWrapper

Extends AbstractHttpServletRequestWrapper by adding the new methods of the Servlet 2.3 API specifications.
Fields inherited from org.apache.cactus.server.AbstractHttpServletRequestWrapper:
request,  url,  remoteIPAddress,  remoteHostName,  remoteUser
Constructor:
 public AbstractHttpServletRequestWrapper23(HttpServletRequest theRequest,
    ServletURL theURL) 
    Construct a HttpServletRequest instance that delegates it's method calls to the request object passed as parameter and that uses the URL passed as parameter to simulate a URL from which the request would come from.
    Parameters:
    theRequest - the real HTTP request
    theURL - the URL to simulate or null if none
Method from org.apache.cactus.server.AbstractHttpServletRequestWrapper23 Summary:
getParameterMap,   getRequestURL,   setCharacterEncoding
Methods from org.apache.cactus.server.AbstractHttpServletRequestWrapper:
getAttribute,   getAttributeNames,   getAuthType,   getCharacterEncoding,   getContentLength,   getContentType,   getContextPath,   getCookies,   getDateHeader,   getHeader,   getHeaderNames,   getHeaders,   getInputStream,   getIntHeader,   getLocale,   getLocales,   getMethod,   getOriginalRequest,   getParameter,   getParameterNames,   getParameterValues,   getPathInfo,   getPathTranslated,   getProtocol,   getQueryString,   getReader,   getRealPath,   getRemoteAddr,   getRemoteHost,   getRemoteUser,   getRequestDispatcher,   getRequestURI,   getRequestedSessionId,   getScheme,   getServerName,   getServerPort,   getServletPath,   getSession,   getSession,   getUserPrincipal,   isRequestedSessionIdFromCookie,   isRequestedSessionIdFromURL,   isRequestedSessionIdFromUrl,   isRequestedSessionIdValid,   isSecure,   isUserInRole,   newInstance,   removeAttribute,   setAttribute,   setRemoteHostName,   setRemoteIPAddress,   setRemoteUser
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.server.AbstractHttpServletRequestWrapper23 Detail:
 public Map getParameterMap() 
    {@inheritDoc}
 public StringBuffer getRequestURL() 
 public  void setCharacterEncoding(String theEnvironment) throws UnsupportedEncodingException 
    {@inheritDoc}