Uses of Interface
jakarta.portlet.StateAwareResponse
-
Packages that use StateAwareResponse 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 StateAwareResponse in jakarta.portlet
Subinterfaces of StateAwareResponse in jakarta.portlet Modifier and Type Interface Description interfaceActionResponseTheActionResponseinterface represents the portlet response to an action request.interfaceEventResponseTheEventResponseinterface represents the portlet response to an event request. -
Uses of StateAwareResponse in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement StateAwareResponse Modifier and Type Class Description classActionResponseWrapperTheActionResponseWrapperprovides a convenient implementation of theActionResponseinterface that can be subclassed by developers.classEventResponseWrapperTheEventResponseWrapperprovides a convenient implementation of theEventResponseinterface that can be subclassed by developers.classStateAwareResponseWrapperTheStateAwareResponseWrapperprovides a convenient implementation of theStateAwareResponseinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return StateAwareResponse Modifier and Type Method Description StateAwareResponseStateAwareResponseWrapper. getResponse()Return the wrapped response object.Methods in jakarta.portlet.filter with parameters of type StateAwareResponse Modifier and Type Method Description voidStateAwareResponseWrapper. setResponse(StateAwareResponse response)Sets the response object being wrapped.Constructors in jakarta.portlet.filter with parameters of type StateAwareResponse Constructor Description StateAwareResponseWrapper(StateAwareResponse response)
-