org.codehaus.wadi.impl
Class StatelessHttpServletRequestWrapper

java.lang.Object
  extended byjavax.servlet.ServletRequestWrapper
      extended byjavax.servlet.http.HttpServletRequestWrapper
          extended byorg.codehaus.wadi.impl.StatelessHttpServletRequestWrapper
All Implemented Interfaces:
HttpServletRequest, PoolableHttpServletRequestWrapper, PoolableInvocationWrapper, ServletRequest

public class StatelessHttpServletRequestWrapper
extends HttpServletRequestWrapper
implements PoolableHttpServletRequestWrapper


Field Summary
protected static HttpServletRequest DUMMY
           
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
StatelessHttpServletRequestWrapper()
           
StatelessHttpServletRequestWrapper(HttpServletRequest request)
           
 
Method Summary
 void destroy()
           
 HttpSession getSession()
           
 HttpSession getSession(boolean create)
           
 void init(InvocationContext invocationContext, Context context)
           
 
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, 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.http.HttpServletRequest
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
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
 

Field Detail

DUMMY

protected static final HttpServletRequest DUMMY
Constructor Detail

StatelessHttpServletRequestWrapper

public StatelessHttpServletRequestWrapper()

StatelessHttpServletRequestWrapper

public StatelessHttpServletRequestWrapper(HttpServletRequest request)
Method Detail

getSession

public HttpSession getSession()
Specified by:
getSession in interface HttpServletRequest

getSession

public HttpSession getSession(boolean create)
Specified by:
getSession in interface HttpServletRequest

init

public void init(InvocationContext invocationContext,
                 Context context)
Specified by:
init in interface PoolableInvocationWrapper

destroy

public void destroy()
Specified by:
destroy in interface PoolableInvocationWrapper


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.