Class DispatchedHttpServletRequest.Action
- 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.Action
-
- All Implemented Interfaces:
javax.servlet.http.HttpServletRequest,javax.servlet.ServletRequest
- Enclosing class:
- DispatchedHttpServletRequest
public static final class DispatchedHttpServletRequest.Action 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, getHttpServletMapping, getPart, getParts, getTrailerFields, isTrailerFieldsReady, login, logout, newPushBuilder, upgrade
-
Methods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getContentLengthLong, getDispatcherType, getServletContext, isAsyncStarted, isAsyncSupported, isWrapperFor, isWrapperFor, startAsync, startAsync
-
-
-
-
Constructor Detail
-
Action
public Action(Dispatch dispatch, javax.portlet.ActionRequest areq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
-
-