public class ResourceRequestImpl extends ClientDataRequestImpl implements com.liferay.portal.kernel.portlet.LiferayResourceRequest
| Constructor and Description |
|---|
ResourceRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
defineObjects(javax.portlet.PortletConfig portletConfig,
javax.portlet.PortletResponse portletResponse) |
String |
getCacheability() |
javax.servlet.DispatcherType |
getDispatcherType() |
String |
getETag() |
String |
getLifecycle() |
javax.portlet.PortletAsyncContext |
getPortletAsyncContext() |
Map<String,String[]> |
getPrivateRenderParameterMap()
Deprecated.
As of Judson (7.1.x), replaced by
RenderState.getRenderParameters() |
String |
getResourceID() |
javax.portlet.ResourceParameters |
getResourceParameters() |
void |
init(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.portlet.InvokerPortlet invokerPortlet,
javax.portlet.PortletContext portletContext,
javax.portlet.WindowState windowState,
javax.portlet.PortletMode portletMode,
javax.portlet.PortletPreferences preferences,
long plid) |
boolean |
isAsyncStarted() |
boolean |
isAsyncSupported() |
javax.portlet.PortletAsyncContext |
startPortletAsync() |
javax.portlet.PortletAsyncContext |
startPortletAsync(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.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, setAttributepublic void defineObjects(javax.portlet.PortletConfig portletConfig,
javax.portlet.PortletResponse portletResponse)
defineObjects in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestdefineObjects in class PortletRequestImplpublic String getCacheability()
getCacheability in interface javax.portlet.ResourceRequestpublic javax.servlet.DispatcherType getDispatcherType()
getDispatcherType in interface javax.portlet.ResourceRequestpublic String getETag()
getETag in interface javax.portlet.ResourceRequestgetETag in class PortletRequestImplpublic String getLifecycle()
getLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestgetLifecycle in class PortletRequestImplpublic javax.portlet.PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext in interface javax.portlet.ResourceRequest@Deprecated public Map<String,String[]> getPrivateRenderParameterMap()
RenderState.getRenderParameters()getPrivateRenderParameterMap in interface javax.portlet.ResourceRequestpublic String getResourceID()
getResourceID in interface javax.portlet.ResourceRequestpublic javax.portlet.ResourceParameters getResourceParameters()
getResourceParameters in interface javax.portlet.ResourceRequestpublic void init(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.portlet.InvokerPortlet invokerPortlet,
javax.portlet.PortletContext portletContext,
javax.portlet.WindowState windowState,
javax.portlet.PortletMode portletMode,
javax.portlet.PortletPreferences preferences,
long plid)
init in class PortletRequestImplpublic boolean isAsyncStarted()
isAsyncStarted in interface javax.portlet.ResourceRequestpublic boolean isAsyncSupported()
isAsyncSupported in interface javax.portlet.ResourceRequestpublic javax.portlet.PortletAsyncContext startPortletAsync()
throws IllegalStateException
startPortletAsync in interface javax.portlet.ResourceRequestIllegalStateExceptionpublic javax.portlet.PortletAsyncContext startPortletAsync(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws IllegalStateException
startPortletAsync in interface javax.portlet.ResourceRequestIllegalStateException