public class ResourceRequestImpl extends ClientDataRequestImpl implements com.liferay.portal.kernel.portlet.LiferayResourceRequest
| Constructor and Description |
|---|
ResourceRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheability() |
javax.servlet.DispatcherType |
getDispatcherType() |
java.lang.String |
getETag() |
java.lang.String |
getLifecycle() |
javax.portlet.PortletAsyncContext |
getPortletAsyncContext() |
java.util.Map<java.lang.String,java.lang.String[]> |
getPrivateRenderParameterMap() |
java.lang.String |
getResourceID() |
javax.portlet.ResourceParameters |
getResourceParameters() |
void |
init(javax.servlet.http.HttpServletRequest request,
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() |
void |
setAsyncStarted(boolean asyncStarted) |
javax.portlet.PortletAsyncContext |
startPortletAsync() |
javax.portlet.PortletAsyncContext |
startPortletAsync(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncodingcleanUp, clearRenderParameters, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getHttpServletRequest, getLocale, getLocales, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPlid, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestDispatcherRequest, getPortletSession, getPortletSession, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserInfo, getUserPrincipal, getWindowID, getWindowState, invalidateSession, isInvalidParameter, isPortletModeAllowed, isPrivateRequestAttributes, isRequestedSessionIdValid, isSecure, isTriggeredByActionURL, isUserInRole, isWindowStateAllowed, removeAttribute, removePortletNamespace, setAttribute, setPortletMode, setPortletRequestDispatcherRequest, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUp, clearRenderParameters, defineObjects, 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 java.lang.String getCacheability()
getCacheability in interface javax.portlet.ResourceRequestpublic javax.servlet.DispatcherType getDispatcherType()
getDispatcherType in interface javax.portlet.ResourceRequestpublic java.lang.String getETag()
getETag in interface javax.portlet.ResourceRequestgetETag in class PortletRequestImplpublic java.lang.String getLifecycle()
getLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestgetLifecycle in class PortletRequestImplpublic javax.portlet.PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext in interface javax.portlet.ResourceRequestpublic 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.ResourceRequestpublic javax.portlet.ResourceParameters getResourceParameters()
getResourceParameters in interface javax.portlet.ResourceRequestpublic void init(javax.servlet.http.HttpServletRequest request,
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 void setAsyncStarted(boolean asyncStarted)
public javax.portlet.PortletAsyncContext startPortletAsync()
throws java.lang.IllegalStateException
startPortletAsync in interface javax.portlet.ResourceRequestjava.lang.IllegalStateExceptionpublic javax.portlet.PortletAsyncContext startPortletAsync(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws java.lang.IllegalStateException
startPortletAsync in interface javax.portlet.ResourceRequestjava.lang.IllegalStateException