Package javax.portlet.filter
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
-
Interface Summary Interface Description ActionFilter TheActionFilteris an object that performs filtering tasks on either the action request to a portlet, or on the action response from a portlet, or both.EventFilter TheEventFilteris an object that performs filtering tasks on either the event request to a portlet, or on the event response from a portlet, or both.FilterChain AFilterChainis an object provided by the portlet container to the developer giving a view into the invocation chain of a filtered request for a portlet.FilterConfig A filter configuration object used by a portlet container to pass information to a filter during initialization.PortletFilter ThePortletFilteris the base interface for all portlet filters.RenderFilter TheRenderFilteris an object that performs filtering tasks on either the render request to a portlet, or on the render response from a portlet, or both.ResourceFilter TheResourceFilteris an object that performs filtering tasks on either the resource request to a portlet, or on the resource response from a portlet, or both. -
Class Summary Class Description ActionRequestWrapper TheActionRequestWrapperprovides a convenient implementation of theActionRequestinterface that can be subclassed by developers wishing to adapt the request.ActionResponseWrapper TheActionResponseWrapperprovides a convenient implementation of theActionResponseinterface that can be subclassed by developers wishing to adapt the response.EventRequestWrapper TheEventRequestWrapperprovides a convenient implementation of theEventRequestinterface that can be subclassed by developers wishing to adapt the request.EventResponseWrapper TheEventResponseWrapperprovides a convenient implementation of theEventResponseinterface that can be subclassed by developers wishing to adapt the response.PortletRequestWrapper ThePortletRequestWrapperprovides a convenient implementation of thePortletRequestinterface and is extended by other request wrappers.PortletResponseWrapper ThePortletResponseWrapperprovides a convenient implementation of thePortletResponseinterface and is extended by other response wrappers.RenderRequestWrapper TheRenderRequestWrapperprovides a convenient implementation of theRenderRequestinterface that can be subclassed by developers wishing to adapt the request.RenderResponseWrapper TheRenderResponseWrapperprovides a convenient implementation of theRenderResponseinterface that can be subclassed by developers wishing to adapt the response.ResourceRequestWrapper TheResourceRequestWrapperprovides a convenient implementation of theResourceRequestinterface that can be subclassed by developers wishing to adapt the request.ResourceResponseWrapper TheResourceResponseWrapperprovides a convenient implementation of theResourceResponseinterface that can be subclassed by developers wishing to adapt the response.