Class DispatchedHttpServletRequest.Action
java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.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:
jakarta.servlet.http.HttpServletRequest,jakarta.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 -
Field Summary
Fields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.ClientData
getCharacterEncoding, getContentLength, getContentType, getInputStream, getMethod, getReader, setCharacterEncodingMethods 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, setRequestMethods inherited from class jakarta.servlet.http.HttpServletRequestWrapper
authenticate, changeSessionId, getHttpServletMapping, getPart, getParts, getTrailerFields, isTrailerFieldsReady, login, logout, newPushBuilder, upgradeMethods inherited from class jakarta.servlet.ServletRequestWrapper
getAsyncContext, getContentLengthLong, getDispatcherType, getProtocolRequestId, getRequestId, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isWrapperFor, isWrapperFor, startAsync, startAsyncMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.ServletRequest
getAsyncContext, getContentLengthLong, getDispatcherType, getProtocolRequestId, getRequestId, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, startAsync, startAsync
-
Constructor Details
-
Action
public Action(Dispatch dispatch, javax.portlet.ActionRequest areq, jakarta.servlet.http.HttpServletRequestWrapper dreq, jakarta.servlet.ServletContext servletContext)
-