org.slim3.commons.web
Class S3HttpServletRequestWrapper
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.slim3.commons.web.S3HttpServletRequestWrapper
- All Implemented Interfaces:
- HttpServletRequest, ServletRequest
public class S3HttpServletRequestWrapper
- extends HttpServletRequestWrapper
HttpServletRequestWrapper
for Slim3.
- Since:
- 3.0
- Author:
- higa
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, 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 |
originalRequest
protected HttpServletRequest originalRequest
- The original request.
session
protected HttpSession session
- The http session.
S3HttpServletRequestWrapper
public S3HttpServletRequestWrapper(HttpServletRequest request)
- Constructor.
- Parameters:
request
- the original request
getSession
public HttpSession getSession(boolean create)
- Specified by:
getSession
in interface HttpServletRequest
- Overrides:
getSession
in class HttpServletRequestWrapper
getOriginalRequest
public HttpServletRequest getOriginalRequest()
- Returns the original request.
- Returns:
- the original request
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.