Uses of Interface
jakarta.portlet.PortletAsyncListener
-
Packages that use PortletAsyncListener 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 PortletAsyncListener in jakarta.portlet
Methods in jakarta.portlet with type parameters of type PortletAsyncListener Modifier and Type Method Description <T extends PortletAsyncListener>
TPortletAsyncContext. createPortletAsyncListener(Class<T> cls)Instantiates the givenPortletAsyncListenerclass.Methods in jakarta.portlet with parameters of type PortletAsyncListener Modifier and Type Method Description voidPortletAsyncContext. addListener(PortletAsyncListener listener)Registers the givenPortletAsyncListenerwith the most recent asynchronous cycle that was started by a call to one of theResourceRequest.startAsync()methods.voidPortletAsyncContext. addListener(PortletAsyncListener listener, ResourceRequest request, ResourceResponse response)Registers the givenPortletAsyncListenerwith the most recent asynchronous cycle that was started by a call to one of theResourceRequest.startAsync()methods. -
Uses of PortletAsyncListener in jakarta.portlet.filter
Methods in jakarta.portlet.filter with type parameters of type PortletAsyncListener Modifier and Type Method Description <T extends PortletAsyncListener>
TPortletAsyncContextWrapper. createPortletAsyncListener(Class<T> cls)Methods in jakarta.portlet.filter with parameters of type PortletAsyncListener Modifier and Type Method Description voidPortletAsyncContextWrapper. addListener(PortletAsyncListener listener)voidPortletAsyncContextWrapper. addListener(PortletAsyncListener listener, ResourceRequest request, ResourceResponse response)
-