public class ResourceRequestImpl extends ClientDataRequestImpl implements com.liferay.portal.kernel.portlet.LiferayResourceRequest
PortletRequest.P3PUserInfosETAGACTION_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| Constructor and Description |
|---|
ResourceRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
defineObjects(PortletConfig portletConfig,
PortletResponse portletResponse) |
String |
getCacheability() |
javax.servlet.DispatcherType |
getDispatcherType() |
String |
getETag() |
String |
getLifecycle() |
PortletAsyncContext |
getPortletAsyncContext() |
Map<String,String[]> |
getPrivateRenderParameterMap()
Deprecated.
As of Judson (7.1.x), replaced by
RenderState.getRenderParameters() |
String |
getResourceID() |
ResourceParameters |
getResourceParameters() |
void |
init(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.portlet.InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences,
long plid) |
boolean |
isAsyncStarted() |
boolean |
isAsyncSupported() |
PortletAsyncContext |
startPortletAsync() |
PortletAsyncContext |
startPortletAsync(ResourceRequest resourceRequest,
ResourceResponse resourceResponse) |
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getPortletParameterMap, getReader, setCharacterEncodingcleanUp, clearRenderParameters, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getHttpServletRequest, getLocale, getLocales, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPlid, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestDispatcherRequest, getPortletSession, getPortletSession, getPortletSpecMajorVersion, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserInfo, getUserPrincipal, getWindowID, getWindowState, invalidateSession, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isTriggeredByActionURL, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setPortletMode, setPortletRequestDispatcherRequest, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUp, clearRenderParameters, getHttpServletRequest, getOriginalHttpServletRequest, getPlid, getPortlet, getPortletName, getPortletRequestDispatcherRequest, invalidateSession, setPortletRequestDispatcherRequestgetPortletMode, getResponseContentType, getResponseContentTypes, getWindowStategetCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncodinggetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributegetRenderParameterspublic void defineObjects(PortletConfig portletConfig, PortletResponse portletResponse)
defineObjects in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestdefineObjects in class PortletRequestImplpublic String getCacheability()
getCacheability in interface ResourceRequestpublic javax.servlet.DispatcherType getDispatcherType()
getDispatcherType in interface ResourceRequestpublic String getETag()
getETag in interface ResourceRequestgetETag in class PortletRequestImplpublic String getLifecycle()
getLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestgetLifecycle in class PortletRequestImplpublic PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext in interface ResourceRequest@Deprecated public Map<String,String[]> getPrivateRenderParameterMap()
RenderState.getRenderParameters()getPrivateRenderParameterMap in interface ResourceRequestpublic String getResourceID()
getResourceID in interface ResourceRequestpublic ResourceParameters getResourceParameters()
getResourceParameters in interface ResourceRequestpublic void init(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.portlet.InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences,
long plid)
init in class PortletRequestImplpublic boolean isAsyncStarted()
isAsyncStarted in interface ResourceRequestpublic boolean isAsyncSupported()
isAsyncSupported in interface ResourceRequestpublic PortletAsyncContext startPortletAsync() throws IllegalStateException
startPortletAsync in interface ResourceRequestIllegalStateExceptionpublic PortletAsyncContext startPortletAsync(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IllegalStateException
startPortletAsync in interface ResourceRequestIllegalStateException