Class DispatchedHttpServletRequest.ClientData
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
- All Implemented Interfaces:
javax.servlet.http.HttpServletRequest,javax.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 javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
ConstructorsConstructorDescriptionClientData(Dispatch dispatch, javax.portlet.ClientDataRequest cdreq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext) -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal intfinal Stringfinal javax.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 javax.servlet.http.HttpServletRequestWrapper
authenticate, changeSessionId, getHttpServletMapping, getPart, getParts, getTrailerFields, isTrailerFieldsReady, login, logout, newPushBuilder, upgradeMethods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getContentLengthLong, getDispatcherType, 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 javax.servlet.ServletRequest
getAsyncContext, getContentLengthLong, getDispatcherType, getServletContext, isAsyncStarted, isAsyncSupported, startAsync, startAsync
-
Constructor Details
-
ClientData
public ClientData(Dispatch dispatch, javax.portlet.ClientDataRequest cdreq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
-
-
Method Details
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfacejavax.servlet.ServletRequest- Specified by:
getCharacterEncodingin classDispatchedHttpServletRequest
-
setCharacterEncoding
- Specified by:
setCharacterEncodingin interfacejavax.servlet.ServletRequest- Specified by:
setCharacterEncodingin classDispatchedHttpServletRequest- Throws:
UnsupportedEncodingException
-
getContentType
- Specified by:
getContentTypein interfacejavax.servlet.ServletRequest- Specified by:
getContentTypein classDispatchedHttpServletRequest
-
getInputStream
- Specified by:
getInputStreamin interfacejavax.servlet.ServletRequest- Specified by:
getInputStreamin classDispatchedHttpServletRequest- Throws:
IOException
-
getReader
- Specified by:
getReaderin interfacejavax.servlet.ServletRequest- Specified by:
getReaderin classDispatchedHttpServletRequest- Throws:
IOException
-
getContentLength
public final int getContentLength()- Specified by:
getContentLengthin interfacejavax.servlet.ServletRequest- Specified by:
getContentLengthin classDispatchedHttpServletRequest
-
getMethod
- Specified by:
getMethodin interfacejavax.servlet.http.HttpServletRequest- Specified by:
getMethodin classDispatchedHttpServletRequest
-