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 interface
ActionResponse
TheActionResponse
interface represents the portlet response to an action request.interface
EventResponse
TheEventResponse
interface 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 class
ActionResponseWrapper
TheActionResponseWrapper
provides a convenient implementation of theActionResponse
interface that can be subclassed by developers wishing to adapt the response.class
EventResponseWrapper
TheEventResponseWrapper
provides a convenient implementation of theEventResponse
interface that can be subclassed by developers wishing to adapt the response.
-