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

All Implemented Interfaces:
    HttpServletRequest

Provide implementation of javax.servlet.http.HttpServletRequest for the Servlet 2.4 API specifications.
Fields inherited from org.apache.cactus.server.AbstractHttpServletRequestWrapper:
request,  url,  remoteIPAddress,  remoteHostName,  remoteUser
Constructor:
 public HttpServletRequestWrapper(HttpServletRequest theRequest,
    ServletURL theURL) 
    {@inheritDoc}
    Also see:
    AbstractHttpServletRequestWrapper23#AbstractHttpServletRequestWrapper23(HttpServletRequest, ServletURL)
Method from org.apache.cactus.server.HttpServletRequestWrapper Summary:
getLocalAddr,   getLocalName,   getLocalPort,   getRemotePort
Methods from org.apache.cactus.server.AbstractHttpServletRequestWrapper23:
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.HttpServletRequestWrapper Detail:
 public String getLocalAddr() 
    {@inheritDoc}
 public String getLocalName() 
    {@inheritDoc}
 public int getLocalPort() 
    {@inheritDoc}
 public int getRemotePort() 
    {@inheritDoc}