Class DispatchedHttpServletRequest.Resource
- java.lang.Object
-
- javax.servlet.ServletRequestWrapper
-
- javax.servlet.http.HttpServletRequestWrapper
-
- org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
-
- org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.ClientData
-
- org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.Resource
-
- All Implemented Interfaces:
javax.servlet.http.HttpServletRequest,javax.servlet.ServletRequest
- Enclosing class:
- DispatchedHttpServletRequest
public static final class DispatchedHttpServletRequest.Resource extends DispatchedHttpServletRequest.ClientData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
DispatchedHttpServletRequest.Action, DispatchedHttpServletRequest.ClientData, DispatchedHttpServletRequest.Event, DispatchedHttpServletRequest.Mime, DispatchedHttpServletRequest.Render, DispatchedHttpServletRequest.Resource
-
-
Method Summary
-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.ClientData
getCharacterEncoding, getContentLength, getContentType, getInputStream, getMethod, getReader, setCharacterEncoding
-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setRequest
-
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
authenticate, changeSessionId, getPart, getParts, login, logout, upgrade
-
Methods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getContentLengthLong, getDispatcherType, getServletContext, isAsyncStarted, isAsyncSupported, isWrapperFor, isWrapperFor, startAsync, startAsync
-
-
-
-
Constructor Detail
-
Resource
public Resource(Dispatch dispatch, javax.portlet.ResourceRequest rreq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
-
-