public interface RenderRequest extends PortletRequest
RenderRequest represents the request sent to the portlet
 to handle a render.
 It extends the PortletRequest interface to provide render request
 information to portlets.RenderRequest object and
 passes it as argument to the portlet's render method.PortletRequest, 
ActionRequestPortletRequest.P3PUserInfos| Modifier and Type | Field and Description | 
|---|---|
static String | 
ETAG
This property is set by the container if the portlet container
 has a cached response for the given validation tag. 
 | 
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, HEADER_PHASE, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO| Modifier and Type | Method and Description | 
|---|---|
String | 
getETag()
Returns the validation tag if the portlet container
 has a cached response for this validation tag, or
  
null if no cached response exists. | 
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributegetPortletMode, getRenderParameters, getWindowStatestatic final String ETAG
getProperty method. 
 
 The value is "portlet.ETag ".
String getETag()
null if no cached response exists.
 
 This call returns the same value as 
 RenderRequest.getProperty(RenderRequest.ETAG).
null if no cached response exists.Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.