public class ResourceRequestImpl extends ClientDataRequestImpl implements com.liferay.portal.kernel.portlet.LiferayResourceRequest
PortletRequest.P3PUserInfos
ETAG
ACTION_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, setCharacterEncoding
cleanUp, 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, setWindowState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cleanUp, clearRenderParameters, getHttpServletRequest, getOriginalHttpServletRequest, getPlid, getPortlet, getPortletName, getPortletRequestDispatcherRequest, invalidateSession, setPortletRequestDispatcherRequest
getPortletMode, getResponseContentType, getResponseContentTypes, getWindowState
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding
getAttribute, 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, setAttribute
getRenderParameters
public void defineObjects(PortletConfig portletConfig, PortletResponse portletResponse)
defineObjects
in interface com.liferay.portal.kernel.portlet.LiferayPortletRequest
defineObjects
in class PortletRequestImpl
public String getCacheability()
getCacheability
in interface ResourceRequest
public javax.servlet.DispatcherType getDispatcherType()
getDispatcherType
in interface ResourceRequest
public String getETag()
getETag
in interface ResourceRequest
getETag
in class PortletRequestImpl
public String getLifecycle()
getLifecycle
in interface com.liferay.portal.kernel.portlet.LiferayPortletRequest
getLifecycle
in class PortletRequestImpl
public PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext
in interface ResourceRequest
@Deprecated public Map<String,String[]> getPrivateRenderParameterMap()
RenderState.getRenderParameters()
getPrivateRenderParameterMap
in interface ResourceRequest
public String getResourceID()
getResourceID
in interface ResourceRequest
public ResourceParameters getResourceParameters()
getResourceParameters
in interface ResourceRequest
public 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 PortletRequestImpl
public boolean isAsyncStarted()
isAsyncStarted
in interface ResourceRequest
public boolean isAsyncSupported()
isAsyncSupported
in interface ResourceRequest
public PortletAsyncContext startPortletAsync() throws IllegalStateException
startPortletAsync
in interface ResourceRequest
IllegalStateException
public PortletAsyncContext startPortletAsync(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IllegalStateException
startPortletAsync
in interface ResourceRequest
IllegalStateException