Class ResourceRequestImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
-
- org.gatein.pc.portlet.impl.jsr168.api.ClientDataRequestImpl
-
- org.gatein.pc.portlet.impl.jsr168.api.ResourceRequestImpl
-
- All Implemented Interfaces:
javax.portlet.ClientDataRequest,javax.portlet.PortletRequest,javax.portlet.ResourceRequest
public class ResourceRequestImpl extends ClientDataRequestImpl implements javax.portlet.ResourceRequest
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.ClientDataRequestImpl
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, windowContext
-
-
Constructor Summary
Constructors Constructor Description ResourceRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheability()StringgetETag()Map<String,String[]>getPrivateRenderParameterMap()StringgetResourceID()protected voidinitProperties(org.gatein.common.util.MultiValuedPropertyMap<String> properties)-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.api.ClientDataRequestImpl
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
-
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, 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.ClientDataRequest
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
-
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, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
-
-
-
-
Constructor Detail
-
ResourceRequestImpl
public ResourceRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation)
-
-
Method Detail
-
getResourceID
public String getResourceID()
- Specified by:
getResourceIDin interfacejavax.portlet.ResourceRequest
-
getPrivateRenderParameterMap
public Map<String,String[]> getPrivateRenderParameterMap()
- Specified by:
getPrivateRenderParameterMapin interfacejavax.portlet.ResourceRequest
-
getCacheability
public String getCacheability()
- Specified by:
getCacheabilityin interfacejavax.portlet.ResourceRequest
-
getETag
public String getETag()
- Specified by:
getETagin interfacejavax.portlet.ResourceRequest
-
initProperties
protected void initProperties(org.gatein.common.util.MultiValuedPropertyMap<String> properties)
- Overrides:
initPropertiesin classPortletRequestImpl
-
-