Uses of Interface
jakarta.portlet.PortletAsyncContext
-
Packages that use PortletAsyncContext Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of PortletAsyncContext in jakarta.portlet
Methods in jakarta.portlet that return PortletAsyncContext Modifier and Type Method Description PortletAsyncContextPortletAsyncEvent. getPortletAsyncContext()Gets the portlet asynchronous context object associated with the event.PortletAsyncContextResourceRequest. getPortletAsyncContext()Gets theAsyncContextthat was created or reinitialized by the most recent invocation ofstartAsync()orstartAsync(ResourceRequest,ResourceResponse)on this request.PortletAsyncContextResourceRequest. startPortletAsync()Puts this request into asynchronous mode and initializes theAsyncContextobject.PortletAsyncContextResourceRequest. startPortletAsync(ResourceRequest request, ResourceResponse response)Puts this request into asynchronous mode and initializes theAsyncContextobject.Constructors in jakarta.portlet with parameters of type PortletAsyncContext Constructor Description PortletAsyncEvent(PortletAsyncContext context)Constructs aPortletAsyncEventfrom the givenPortletAsyncContext.PortletAsyncEvent(PortletAsyncContext context, ResourceRequest request, ResourceResponse response)Constructs aPortletAsyncEventfrom the givenPortletAsyncContext,ResourceRequest, andResourceResponse.PortletAsyncEvent(PortletAsyncContext context, ResourceRequest request, ResourceResponse response, Throwable throwable)Constructs aPortletAsyncEventfrom the givenPortletAsyncContext,ResourceRequest,ResourceResponse, andThrowable.PortletAsyncEvent(PortletAsyncContext context, Throwable throwable)Constructs aPortletAsyncEventfrom the givenPortletAsyncContextandThrowable. -
Uses of PortletAsyncContext in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletAsyncContext Modifier and Type Class Description classPortletAsyncContextWrapperThePortletAsyncContextWrapperprovides a convenient implementation of thePortletAsyncContextinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return PortletAsyncContext Modifier and Type Method Description PortletAsyncContextResourceRequestWrapper. getPortletAsyncContext()PortletAsyncContextPortletAsyncContextWrapper. getWrapped()PortletAsyncContextResourceRequestWrapper. startPortletAsync()PortletAsyncContextResourceRequestWrapper. startPortletAsync(ResourceRequest request, ResourceResponse response)Methods in jakarta.portlet.filter with parameters of type PortletAsyncContext Modifier and Type Method Description voidPortletAsyncContextWrapper. setWrapped(PortletAsyncContext wrapped)Constructors in jakarta.portlet.filter with parameters of type PortletAsyncContext Constructor Description PortletAsyncContextWrapper(PortletAsyncContext wrapped)
-