Class DispatchedHttpServletRequest.ClientData
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
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
- Direct Known Subclasses:
DispatchedHttpServletRequest.Action,DispatchedHttpServletRequest.Resource
- Enclosing class:
- DispatchedHttpServletRequest
public abstract static class DispatchedHttpServletRequest.ClientData
extends DispatchedHttpServletRequest
-
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
ConstructorsConstructorDescriptionClientData(Dispatch dispatch, javax.portlet.ClientDataRequest cdreq, jakarta.servlet.http.HttpServletRequestWrapper dreq, jakarta.servlet.ServletContext servletContext) -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal intfinal Stringfinal jakarta.servlet.ServletInputStreamfinal Stringfinal BufferedReaderfinal voidMethods 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
-
ClientData
public ClientData(Dispatch dispatch, javax.portlet.ClientDataRequest cdreq, jakarta.servlet.http.HttpServletRequestWrapper dreq, jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfacejakarta.servlet.ServletRequest- Specified by:
getCharacterEncodingin classDispatchedHttpServletRequest
-
setCharacterEncoding
- Specified by:
setCharacterEncodingin interfacejakarta.servlet.ServletRequest- Specified by:
setCharacterEncodingin classDispatchedHttpServletRequest- Throws:
UnsupportedEncodingException
-
getContentType
- Specified by:
getContentTypein interfacejakarta.servlet.ServletRequest- Specified by:
getContentTypein classDispatchedHttpServletRequest
-
getInputStream
- Specified by:
getInputStreamin interfacejakarta.servlet.ServletRequest- Specified by:
getInputStreamin classDispatchedHttpServletRequest- Throws:
IOException
-
getReader
- Specified by:
getReaderin interfacejakarta.servlet.ServletRequest- Specified by:
getReaderin classDispatchedHttpServletRequest- Throws:
IOException
-
getContentLength
public final int getContentLength()- Specified by:
getContentLengthin interfacejakarta.servlet.ServletRequest- Specified by:
getContentLengthin classDispatchedHttpServletRequest
-
getMethod
- Specified by:
getMethodin interfacejakarta.servlet.http.HttpServletRequest- Specified by:
getMethodin classDispatchedHttpServletRequest
-