com.liferay.portlet
Class ResourceRequestImpl
java.lang.Object
com.liferay.portlet.PortletRequestImpl
com.liferay.portlet.ClientDataRequestImpl
com.liferay.portlet.ResourceRequestImpl
- All Implemented Interfaces:
- LiferayPortletRequest, ClientDataRequest, PortletRequest, ResourceRequest
public class ResourceRequestImpl
- extends ClientDataRequestImpl
- implements ResourceRequest
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 |
Methods inherited from class com.liferay.portlet.PortletRequestImpl |
cleanUp, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getHttpServletRequest, getLocale, getLocales, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestImpl, getPortletSession, getPortletSession, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserInfo, getUserPrincipal, getWindowID, getWindowState, invalidateSession, isInvalidParameter, isPortletModeAllowed, isPrivateRequestAttributes, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, mergePublicRenderParameters, removeAttribute, removePortletNamespace, 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.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 |
ResourceRequestImpl
public ResourceRequestImpl()
getCacheability
public String getCacheability()
- Specified by:
getCacheability
in interface ResourceRequest
getETag
public String getETag()
- Specified by:
getETag
in interface ResourceRequest
- Overrides:
getETag
in class PortletRequestImpl
getLifecycle
public String getLifecycle()
- Specified by:
getLifecycle
in class PortletRequestImpl
getPrivateRenderParameterMap
public Map<String,String[]> getPrivateRenderParameterMap()
- Specified by:
getPrivateRenderParameterMap
in interface ResourceRequest
getResourceID
public String getResourceID()
- Specified by:
getResourceID
in interface ResourceRequest
init
protected void init(javax.servlet.http.HttpServletRequest request,
Portlet portlet,
InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences,
long plid)
- Overrides:
init
in class PortletRequestImpl