Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
javax.portlet.filter |
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
|
Modifier and Type | Method and Description |
---|---|
PortletAsyncContext |
PortletAsyncEvent.getPortletAsyncContext()
Gets the portlet asynchronous context object associated with the event.
|
PortletAsyncContext |
ResourceRequest.getPortletAsyncContext()
Gets the
AsyncContext that was created or reinitialized by the most
recent invocation of startAsync() or
startAsync(ResourceRequest,ResourceResponse) on this request. |
PortletAsyncContext |
ResourceRequest.startPortletAsync()
Puts this request into asynchronous mode and initializes the
AsyncContext
object. |
PortletAsyncContext |
ResourceRequest.startPortletAsync(ResourceRequest request,
ResourceResponse response)
Puts this request into asynchronous mode and initializes the
AsyncContext
object. |
Constructor and Description |
---|
PortletAsyncEvent(PortletAsyncContext context)
Constructs a
PortletAsyncEvent from the given
PortletAsyncContext . |
PortletAsyncEvent(PortletAsyncContext context,
ResourceRequest request,
ResourceResponse response)
Constructs a
PortletAsyncEvent from the given
PortletAsyncContext , ResourceRequest , and ResourceResponse . |
PortletAsyncEvent(PortletAsyncContext context,
ResourceRequest request,
ResourceResponse response,
Throwable throwable)
Constructs a
PortletAsyncEvent from the given
PortletAsyncContext , ResourceRequest , ResourceResponse ,
and Throwable . |
PortletAsyncEvent(PortletAsyncContext context,
Throwable throwable)
Constructs a
PortletAsyncEvent from the given
PortletAsyncContext and Throwable . |
Modifier and Type | Class and Description |
---|---|
class |
PortletAsyncContextWrapper
The
PortletAsyncContextWrapper provides a convenient
implementation of the PortletAsyncContext interface
that can be subclassed by developers. |
Modifier and Type | Method and Description |
---|---|
PortletAsyncContext |
ResourceRequestWrapper.getPortletAsyncContext() |
PortletAsyncContext |
PortletAsyncContextWrapper.getWrapped() |
PortletAsyncContext |
ResourceRequestWrapper.startPortletAsync() |
PortletAsyncContext |
ResourceRequestWrapper.startPortletAsync(ResourceRequest request,
ResourceResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
PortletAsyncContextWrapper.setWrapped(PortletAsyncContext wrapped) |
Constructor and Description |
---|
PortletAsyncContextWrapper(PortletAsyncContext wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.