Class RenderRequestImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
-
- org.gatein.pc.portlet.impl.jsr168.api.RenderRequestImpl
-
- All Implemented Interfaces:
javax.portlet.PortletRequest,javax.portlet.RenderRequest
public class RenderRequestImpl extends PortletRequestImpl implements javax.portlet.RenderRequest
- Version:
- $Revision: 6697 $
- Author:
- Julien Viet, Boleslaw Dawidowicz
-
-
Field Summary
-
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 RenderRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.RenderInvocation invocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetETag()protected voidinitProperties(org.gatein.common.util.MultiValuedPropertyMap<String> properties)-
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.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
-
RenderRequestImpl
public RenderRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.RenderInvocation invocation)
-
-
Method Detail
-
getETag
public String getETag()
- Specified by:
getETagin interfacejavax.portlet.RenderRequest
-
initProperties
protected void initProperties(org.gatein.common.util.MultiValuedPropertyMap<String> properties)
- Overrides:
initPropertiesin classPortletRequestImpl
-
-