Uses of Class
javax.portlet.filter.PortletResponseWrapper
-
Packages that use PortletResponseWrapper Package Description 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 Modifier and Type Class Description class
ActionResponseWrapper
TheActionResponseWrapper
provides a convenient implementation of theActionResponse
interface that can be subclassed by developers wishing to adapt the response.class
EventResponseWrapper
TheEventResponseWrapper
provides a convenient implementation of theEventResponse
interface that can be subclassed by developers wishing to adapt the response.class
RenderResponseWrapper
TheRenderResponseWrapper
provides a convenient implementation of theRenderResponse
interface that can be subclassed by developers wishing to adapt the response.class
ResourceResponseWrapper
TheResourceResponseWrapper
provides a convenient implementation of theResourceResponse
interface that can be subclassed by developers wishing to adapt the response.
-