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, 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
public void defineObjects(javax.portlet.PortletConfig portletConfig, javax.portlet.PortletResponse portletResponse)
defineObjects
in interface com.liferay.portal.kernel.portlet.LiferayPortletRequest
defineObjects
in class PortletRequestImpl
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 interface com.liferay.portal.kernel.portlet.LiferayPortletRequest
getLifecycle
in class PortletRequestImpl
public javax.portlet.PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext
in interface javax.portlet.ResourceRequest
@Deprecated public Map<String,String[]> getPrivateRenderParameterMap()
RenderState.getRenderParameters()
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 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 PortletRequestImpl
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