Class DispatchedHttpServletRequest.Render
java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.Mime
org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.Render
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
- Enclosing class:
- DispatchedHttpServletRequest
public static final class DispatchedHttpServletRequest.Render
extends DispatchedHttpServletRequest.Mime
-
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.Mime
getCharacterEncoding, getContentLength, getContentType, getInputStream, 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
-
Render
public Render(Dispatch dispatch, javax.portlet.RenderRequest rreq, jakarta.servlet.http.HttpServletRequestWrapper dreq, jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfacejakarta.servlet.http.HttpServletRequest- Specified by:
getMethodin classDispatchedHttpServletRequest
-