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 classActionRequestWrapperTheActionRequestWrapperprovides a convenient implementation of theActionRequestinterface that can be subclassed by developers wishing to adapt the request.classEventRequestWrapperTheEventRequestWrapperprovides a convenient implementation of theEventRequestinterface that can be subclassed by developers wishing to adapt the request.classRenderRequestWrapperTheRenderRequestWrapperprovides a convenient implementation of theRenderRequestinterface that can be subclassed by developers wishing to adapt the request.classResourceRequestWrapperTheResourceRequestWrapperprovides a convenient implementation of theResourceRequestinterface that can be subclassed by developers wishing to adapt the request.
-