public class ResourceRequestImpl extends ClientDataRequestImpl implements javax.portlet.ResourceRequest
| Constructor and Description |
|---|
ResourceRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncodingcleanUp, 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, isTriggeredByActionURL, isUserInRole, isWindowStateAllowed, mergePublicRenderParameters, removeAttribute, removePortletNamespace, setAttribute, setPortletMode, setPortletRequestDispatcherRequest, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResponseContentType, getResponseContentTypesgetCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncodinggetAttribute, 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, setAttributepublic java.lang.String getCacheability()
getCacheability in interface javax.portlet.ResourceRequestpublic java.lang.String getETag()
getETag in interface javax.portlet.ResourceRequestgetETag in class PortletRequestImplpublic java.lang.String getLifecycle()
getLifecycle in class PortletRequestImplpublic java.util.Map<java.lang.String,java.lang.String[]> getPrivateRenderParameterMap()
getPrivateRenderParameterMap in interface javax.portlet.ResourceRequestpublic java.lang.String getResourceID()
getResourceID in interface javax.portlet.ResourceRequestprotected 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)
init in class PortletRequestImpl