com.liferay.portlet
Class ResourceRequestImpl

java.lang.Object
  extended by com.liferay.portlet.PortletRequestImpl
      extended by com.liferay.portlet.ClientDataRequestImpl
          extended by com.liferay.portlet.ResourceRequestImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletRequest, javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.portlet.ResourceRequest

public class ResourceRequestImpl
extends ClientDataRequestImpl
implements javax.portlet.ResourceRequest

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.ResourceRequest
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
ResourceRequestImpl()
           
 
Method Summary
 java.lang.String getCacheability()
           
 java.lang.String getETag()
           
 java.lang.String getLifecycle()
           
 java.util.Map<java.lang.String,java.lang.String[]> getPrivateRenderParameterMap()
           
 java.lang.String getResourceID()
           
protected  void init(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.Portlet portlet, com.liferay.portlet.InvokerPortlet invokerPortlet, javax.portlet.PortletContext portletContext, javax.portlet.WindowState windowState, javax.portlet.PortletMode portletMode, javax.portlet.PortletPreferences preferences, long plid)
           
 
Methods inherited from class com.liferay.portlet.ClientDataRequestImpl
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
 
Methods inherited from class com.liferay.portlet.PortletRequestImpl
cleanUp, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getHttpServletRequest, getLocale, getLocales, getOriginalHttpServletRequest, 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, 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 javax.portlet.ResourceRequest
getResponseContentType, getResponseContentTypes
 
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()
Method Detail

getCacheability

public java.lang.String getCacheability()
Specified by:
getCacheability in interface javax.portlet.ResourceRequest

getETag

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

getLifecycle

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

getPrivateRenderParameterMap

public java.util.Map<java.lang.String,java.lang.String[]> getPrivateRenderParameterMap()
Specified by:
getPrivateRenderParameterMap in interface javax.portlet.ResourceRequest

getResourceID

public java.lang.String getResourceID()
Specified by:
getResourceID in interface javax.portlet.ResourceRequest

init

protected void init(javax.servlet.http.HttpServletRequest request,
                    com.liferay.portal.model.Portlet portlet,
                    com.liferay.portlet.InvokerPortlet invokerPortlet,
                    javax.portlet.PortletContext portletContext,
                    javax.portlet.WindowState windowState,
                    javax.portlet.PortletMode portletMode,
                    javax.portlet.PortletPreferences preferences,
                    long plid)
Overrides:
init in class PortletRequestImpl