org.apache.tapestry.request
Class DecodedRequestWrapper
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.apache.tapestry.request.DecodedRequestWrapper
- All Implemented Interfaces:
- HttpServletRequest, ServletRequest
public class DecodedRequestWrapper
- extends HttpServletRequestWrapper
A wrapper that uses a DecodedRequest
to override default
values for several HttpServletRequest properties.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, 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, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest |
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, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
DecodedRequestWrapper
public DecodedRequestWrapper(HttpServletRequest request,
DecodedRequest decoded)
getRequestURI
public String getRequestURI()
- Specified by:
getRequestURI
in interface HttpServletRequest
- Overrides:
getRequestURI
in class HttpServletRequestWrapper
getScheme
public String getScheme()
- Specified by:
getScheme
in interface ServletRequest
- Overrides:
getScheme
in class ServletRequestWrapper
getServerName
public String getServerName()
- Specified by:
getServerName
in interface ServletRequest
- Overrides:
getServerName
in class ServletRequestWrapper
getServerPort
public int getServerPort()
- Specified by:
getServerPort
in interface ServletRequest
- Overrides:
getServerPort
in class ServletRequestWrapper
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.