Uses of Interface
javax.portlet.StateAwareResponse
-
Packages that use StateAwareResponse Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0.javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. -
-
Uses of StateAwareResponse in javax.portlet
Subinterfaces of StateAwareResponse in javax.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 javax.portlet.filter
Classes in javax.portlet.filter that implement StateAwareResponse Modifier and Type Class Description classActionResponseWrapperTheActionResponseWrapperprovides a convenient implementation of theActionResponseinterface that can be subclassed by developers wishing to adapt the response.classEventResponseWrapperTheEventResponseWrapperprovides a convenient implementation of theEventResponseinterface that can be subclassed by developers wishing to adapt the response.
-