public class ResourceRequestImpl extends ClientDataRequestImpl implements javax.portlet.ResourceRequest
Constructor and Description |
---|
ResourceRequestImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheability() |
javax.servlet.DispatcherType |
getDispatcherType() |
String |
getETag() |
String |
getLifecycle() |
javax.portlet.PortletAsyncContext |
getPortletAsyncContext() |
Map<String,String[]> |
getPrivateRenderParameterMap() |
String |
getResourceID() |
javax.portlet.ResourceParameters |
getResourceParameters() |
protected 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() |
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, setCharacterEncoding
cleanUp, clearRenderParameters, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getHttpServletRequest, getLocale, getLocales, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPlid, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestDispatcherRequest, getPortletRequestImpl, 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, setWindowState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public String getCacheability()
getCacheability
in interface javax.portlet.ResourceRequest
public javax.servlet.DispatcherType getDispatcherType()
getDispatcherType
in interface javax.portlet.ResourceRequest
public String getETag()
getETag
in interface javax.portlet.ResourceRequest
getETag
in class PortletRequestImpl
public String getLifecycle()
getLifecycle
in class PortletRequestImpl
public javax.portlet.PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext
in interface javax.portlet.ResourceRequest
public Map<String,String[]> getPrivateRenderParameterMap()
getPrivateRenderParameterMap
in interface javax.portlet.ResourceRequest
public String getResourceID()
getResourceID
in interface javax.portlet.ResourceRequest
public javax.portlet.ResourceParameters getResourceParameters()
getResourceParameters
in interface javax.portlet.ResourceRequest
public boolean isAsyncStarted()
isAsyncStarted
in interface javax.portlet.ResourceRequest
public boolean isAsyncSupported()
isAsyncSupported
in interface javax.portlet.ResourceRequest
public javax.portlet.PortletAsyncContext startPortletAsync() throws IllegalStateException
startPortletAsync
in interface javax.portlet.ResourceRequest
IllegalStateException
public javax.portlet.PortletAsyncContext startPortletAsync(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws IllegalStateException
startPortletAsync
in interface javax.portlet.ResourceRequest
IllegalStateException
protected 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 PortletRequestImpl