public class PortletAsyncContextImpl
extends Object
implements javax.portlet.PortletAsyncContext
Constructor and Description |
---|
PortletAsyncContextImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(javax.portlet.PortletAsyncListener portletAsyncListener) |
void |
addListener(javax.portlet.PortletAsyncListener portletAsyncListener,
javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
void |
complete() |
<T extends javax.portlet.PortletAsyncListener> |
createPortletAsyncListener(Class<T> listenerClass) |
void |
dispatch() |
void |
dispatch(String path) |
com.liferay.portal.kernel.portlet.async.PortletAsyncScopeManager |
getPortletAsyncScopeManager() |
javax.portlet.ResourceRequest |
getResourceRequest() |
javax.portlet.ResourceResponse |
getResourceResponse() |
long |
getTimeout() |
boolean |
hasOriginalRequestAndResponse() |
protected void |
initialize(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
javax.servlet.AsyncContext asyncContext,
boolean hasOriginalRequestAndResponse) |
boolean |
isCalledDispatch() |
void |
setReturnedToContainer() |
void |
setTimeout(long timeout) |
void |
start(Runnable runnable) |
public void addListener(javax.portlet.PortletAsyncListener portletAsyncListener) throws IllegalStateException
addListener
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public void addListener(javax.portlet.PortletAsyncListener portletAsyncListener, javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws IllegalStateException
addListener
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public void complete() throws IllegalStateException
complete
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public <T extends javax.portlet.PortletAsyncListener> T createPortletAsyncListener(Class<T> listenerClass) throws javax.portlet.PortletException
createPortletAsyncListener
in interface javax.portlet.PortletAsyncContext
javax.portlet.PortletException
public void dispatch() throws IllegalStateException
dispatch
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public void dispatch(String path) throws IllegalStateException
dispatch
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public com.liferay.portal.kernel.portlet.async.PortletAsyncScopeManager getPortletAsyncScopeManager()
public javax.portlet.ResourceRequest getResourceRequest() throws IllegalStateException
getResourceRequest
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public javax.portlet.ResourceResponse getResourceResponse() throws IllegalStateException
getResourceResponse
in interface javax.portlet.PortletAsyncContext
IllegalStateException
public long getTimeout()
getTimeout
in interface javax.portlet.PortletAsyncContext
public boolean hasOriginalRequestAndResponse()
hasOriginalRequestAndResponse
in interface javax.portlet.PortletAsyncContext
public boolean isCalledDispatch()
public void setReturnedToContainer()
public void setTimeout(long timeout)
setTimeout
in interface javax.portlet.PortletAsyncContext
public void start(Runnable runnable) throws IllegalStateException
start
in interface javax.portlet.PortletAsyncContext
IllegalStateException
protected void initialize(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse, javax.portlet.PortletConfig portletConfig, javax.servlet.AsyncContext asyncContext, boolean hasOriginalRequestAndResponse)