Uses of Class
javax.portlet.filter.PortletResponseWrapper

Packages that use PortletResponseWrapper
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
 

Uses of PortletResponseWrapper in javax.portlet.filter
 

Subclasses of PortletResponseWrapper in javax.portlet.filter
 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.
 class RenderResponseWrapper
          The RenderResponseWrapper provides a convenient implementation of the RenderResponse interface that can be subclassed by developers wishing to adapt the response.
 class ResourceResponseWrapper
          The ResourceResponseWrapper provides a convenient implementation of the ResourceResponse interface that can be subclassed by developers wishing to adapt the response.