Uses of Class
javax.portlet.filter.PortletRequestWrapper
-
Packages that use PortletRequestWrapper Package Description 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 Modifier and Type Class Description class
ActionRequestWrapper
TheActionRequestWrapper
provides a convenient implementation of theActionRequest
interface that can be subclassed by developers wishing to adapt the request.class
EventRequestWrapper
TheEventRequestWrapper
provides a convenient implementation of theEventRequest
interface that can be subclassed by developers wishing to adapt the request.class
RenderRequestWrapper
TheRenderRequestWrapper
provides a convenient implementation of theRenderRequest
interface that can be subclassed by developers wishing to adapt the request.class
ResourceRequestWrapper
TheResourceRequestWrapper
provides a convenient implementation of theResourceRequest
interface that can be subclassed by developers wishing to adapt the request.
-