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
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Field Summary
Fields Modifier and Type Field Description protected org.gatein.pc.api.spi.RequestContextrequestContext.-
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, windowContext
-
-
Constructor Summary
Constructors Constructor Description ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ActionInvocation invocation)ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharacterEncoding()intgetContentLength()StringgetContentType()StringgetMethod()InputStreamgetPortletInputStream()BufferedReadergetReader()voidsetCharacterEncoding(String s)-
Methods 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, setAttribute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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
-
-
-
-
Constructor Detail
-
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 Detail
-
getPortletInputStream
public InputStream getPortletInputStream() throws IOException
- Specified by:
getPortletInputStreamin interfacejavax.portlet.ClientDataRequest- Throws:
IOException
-
getReader
public BufferedReader getReader() throws UnsupportedEncodingException, IOException
- Specified by:
getReaderin interfacejavax.portlet.ClientDataRequest- Throws:
UnsupportedEncodingExceptionIOException
-
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncodingin interfacejavax.portlet.ClientDataRequest
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfacejavax.portlet.ClientDataRequest
-
getContentLength
public int getContentLength()
- Specified by:
getContentLengthin interfacejavax.portlet.ClientDataRequest
-
setCharacterEncoding
public void setCharacterEncoding(String s) throws UnsupportedEncodingException
- Specified by:
setCharacterEncodingin interfacejavax.portlet.ClientDataRequest- Throws:
UnsupportedEncodingException
-
getMethod
public String getMethod()
- Specified by:
getMethodin interfacejavax.portlet.ClientDataRequest
-
-