org.apache.cocoon.servlet
Class UriHttpServletRequestWrapper

java.lang.Object
  extended byjavax.servlet.ServletRequestWrapper
      extended byjavax.servlet.http.HttpServletRequestWrapper
          extended byorg.apache.cocoon.servlet.UriHttpServletRequestWrapper
All Implemented Interfaces:
HttpServletRequest, ServletRequest

public class UriHttpServletRequestWrapper
extends HttpServletRequestWrapper

Since:
2.2
Version:
$Id: UriHttpServletRequestWrapper.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
UriHttpServletRequestWrapper(HttpServletRequest request, String servletPath, String pathInfo)
           
 
Method Summary
 String getPathInfo()
           
 String getRequestURI()
           
 StringBuffer getRequestURL()
           
 String getServletPath()
           
 
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, 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

UriHttpServletRequestWrapper

public UriHttpServletRequestWrapper(HttpServletRequest request,
                                    String servletPath,
                                    String pathInfo)
Method Detail

getPathInfo

public String getPathInfo()
See Also:
HttpServletRequestWrapper.getPathInfo()

getRequestURI

public String getRequestURI()
See Also:
HttpServletRequestWrapper.getRequestURI()

getRequestURL

public StringBuffer getRequestURL()
See Also:
HttpServletRequestWrapper.getRequestURL()

getServletPath

public String getServletPath()
See Also:
HttpServletRequestWrapper.getServletPath()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.