Class ClientDataRequestImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
org.gatein.pc.portlet.impl.jsr168.api.ClientDataRequestImpl
- All Implemented Interfaces:
javax.portlet.ClientDataRequest,javax.portlet.PortletRequest
- Direct Known Subclasses:
ActionRequestImpl,ResourceRequestImpl
public abstract class ClientDataRequestImpl
extends PortletRequestImpl
implements javax.portlet.ClientDataRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
javax.portlet.PortletRequest.P3PUserInfos -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.gatein.pc.api.spi.RequestContext.Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
attributes, clientContext, container, invocation, log, navigationInfo, portalContext, preferences, psession, requestParameterMap, securityContext, serverContext, sessionStatus, supportedModes, supportedWindowStates, userContext, windowContextFields inherited from interface javax.portlet.PortletRequest
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO -
Constructor Summary
ConstructorsConstructorDescriptionClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ActionInvocation invocation) ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation) -
Method Summary
Modifier and TypeMethodDescriptionintvoidMethods inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
getAttribute, getAttributeNames, getAttributes, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRealRequest, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, initProperties, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
-
Field Details
-
requestContext
protected final org.gatein.pc.api.spi.RequestContext requestContext.
-
-
Constructor Details
-
ClientDataRequestImpl
public ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ActionInvocation invocation) -
ClientDataRequestImpl
public ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation)
-
-
Method Details
-
getPortletInputStream
- Specified by:
getPortletInputStreamin interfacejavax.portlet.ClientDataRequest- Throws:
IOException
-
getReader
- Specified by:
getReaderin interfacejavax.portlet.ClientDataRequest- Throws:
UnsupportedEncodingExceptionIOException
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfacejavax.portlet.ClientDataRequest
-
getContentType
- Specified by:
getContentTypein interfacejavax.portlet.ClientDataRequest
-
getContentLength
public int getContentLength()- Specified by:
getContentLengthin interfacejavax.portlet.ClientDataRequest
-
setCharacterEncoding
- Specified by:
setCharacterEncodingin interfacejavax.portlet.ClientDataRequest- Throws:
UnsupportedEncodingException
-
getMethod
- Specified by:
getMethodin interfacejavax.portlet.ClientDataRequest
-