com.liferay.portlet
Class RenderRequestImpl

java.lang.Object
  extended by com.liferay.portlet.PortletRequestImpl
      extended by com.liferay.portlet.RenderRequestImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayRenderRequest, javax.portlet.PortletRequest, javax.portlet.RenderRequest

public class RenderRequestImpl
extends PortletRequestImpl
implements com.liferay.portal.kernel.portlet.LiferayRenderRequest

View Source

Author:
Brian Wing Shun Chan

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
javax.portlet.PortletRequest.P3PUserInfos
 
Field Summary
 
Fields inherited from interface javax.portlet.RenderRequest
ETAG
 
Fields 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
protected RenderRequestImpl()
           
 
Method Summary
 java.lang.String getETag()
           
 java.lang.String getLifecycle()
           
protected  void recycle()
           
 
Methods inherited from class com.liferay.portlet.PortletRequestImpl
defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getHttpServletRequest, getLocale, getLocales, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getParameterValues, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletSession, getPortletSession, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserInfo, getUserPrincipal, getWindowID, getWindowState, init, invalidateSession, isPortletModeAllowed, isPrivateRequestAttributes, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, putPublicRenderParameters, removeAttribute, setAttribute, setPortletMode, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.portlet.LiferayRenderRequest
getRenderParameters
 
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

protected RenderRequestImpl()
Method Detail

getETag

public java.lang.String getETag()
Specified by:
getETag in interface javax.portlet.RenderRequest
Overrides:
getETag in class PortletRequestImpl

getLifecycle

public java.lang.String getLifecycle()
Specified by:
getLifecycle in class PortletRequestImpl

recycle

protected void recycle()
Overrides:
recycle in class PortletRequestImpl