Uses of Interface
javax.portlet.StateAwareResponse

Packages that use StateAwareResponse
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
 interface ActionResponse
          The ActionResponse interface represents the portlet response to an action request.
 interface EventResponse
          The EventResponse interface represents the portlet response to an event request.
 

Uses of StateAwareResponse in javax.portlet.filter
 

Classes in javax.portlet.filter that implement StateAwareResponse
 class ActionResponseWrapper
          The ActionResponseWrapper provides a convenient implementation of the ActionResponse interface that can be subclassed by developers wishing to adapt the response.
 class EventResponseWrapper
          The EventResponseWrapper provides a convenient implementation of the EventResponse interface that can be subclassed by developers wishing to adapt the response.