Uses of Class
javax.portlet.filter.PortletRequestWrapper

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

Uses of PortletRequestWrapper in javax.portlet.filter
 

Subclasses of PortletRequestWrapper in javax.portlet.filter
 class ActionRequestWrapper
          The ActionRequestWrapper provides a convenient implementation of the ActionRequest interface that can be subclassed by developers wishing to adapt the request.
 class EventRequestWrapper
          The EventRequestWrapper provides a convenient implementation of the EventRequest interface that can be subclassed by developers wishing to adapt the request.
 class RenderRequestWrapper
          The RenderRequestWrapper provides a convenient implementation of the RenderRequest interface that can be subclassed by developers wishing to adapt the request.
 class ResourceRequestWrapper
          The ResourceRequestWrapper provides a convenient implementation of the ResourceRequest interface that can be subclassed by developers wishing to adapt the request.