Package jakarta.portlet.filter
The jakarta.portlet.filter package defines the filter APIs for the Jakarta 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.HeaderFilter TheHeaderFilteris an object that performs filtering tasks on either the header request to a portlet, or on the header response from a portlet, or both.HeaderFilterChain AHeaderFilterChainobject is provided by the portlet container to give a view into the invocation chain of a filtered header request for a portlet.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 ActionParametersWrapper TheActionParametersWrapperprovides a convenient implementation of theActionParametersinterface that can be subclassed by developers.ActionRequestWrapper TheActionRequestWrapperprovides a convenient implementation of theActionRequestinterface that can be subclassed by developers.ActionResponseWrapper TheActionResponseWrapperprovides a convenient implementation of theActionResponseinterface that can be subclassed by developers.ActionURLWrapper TheActionURLWrapperprovides a convenient implementation of theActionURLinterface that can be subclassed by developers.BaseURLWrapper TheBaseURLWrapperprovides a convenient implementation of theBaseURLinterface that can be subclassed by developers.ClientDataRequestWrapper TheClientDataRequestWrapperprovides a convenient implementation of theClientDataRequestinterface that can be subclassed by developers.EventRequestWrapper TheEventRequestWrapperprovides a convenient implementation of theEventRequestinterface that can be subclassed by developers.EventResponseWrapper TheEventResponseWrapperprovides a convenient implementation of theEventResponseinterface that can be subclassed by developers.HeaderRequestWrapper TheHeaderRequestWrapperprovides a convenient implementation of theHeaderRequestinterface that can be subclassed by developers.HeaderResponseWrapper TheHeaderResponseWrapperprovides a convenient implementation of theHeaderResponseinterface that can be subclassed by developers.MimeResponseWrapper TheMimeResponseWrapperprovides a convenient implementation of theMimeResponseinterface that can be subclassed by developers.MutableActionParametersWrapper TheMutableActionParametersWrapperprovides a convenient implementation of theMutableActionParametersinterface that can be subclassed by developers.MutablePortletParametersWrapper TheMutablePortletParametersWrapperprovides a convenient implementation of theMutablePortletParametersinterface that can be subclassed by developers.MutableRenderParametersWrapper TheMutableRenderParametersWrapperprovides a convenient implementation of theMutableRenderParametersinterface that can be subclassed by developers.MutableRenderStateWrapper TheMutableRenderStateWrapperprovides a convenient implementation of theMutableRenderStateinterface that can be subclassed by developers.MutableResourceParametersWrapper TheMutableResourceParametersWrapperprovides a convenient implementation of theMutableResourceParametersinterface that can be subclassed by developers.PortalContextWrapper ThePortalContextWrapperprovides a convenient implementation of thePortalContextinterface that can be subclassed by developers.PortletAsyncContextWrapper ThePortletAsyncContextWrapperprovides a convenient implementation of thePortletAsyncContextinterface that can be subclassed by developers.PortletConfigWrapper ThePortletConfigWrapperprovides a convenient implementation of thePortletConfiginterface that can be subclassed by developers.PortletContextWrapper ThePortletContextWrapperprovides a convenient implementation of thePortletContextinterface that can be subclassed by developers.PortletParametersWrapper ThePortletParametersWrapperprovides a convenient implementation of thePortletParametersinterface that can be subclassed by developers.PortletRequestDispatcherWrapper ThePortletRequestDispatcherWrapperprovides a convenient implementation of thePortletRequestDispatcherinterface that can be subclassed by developers.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.PortletSessionWrapper ThePortletSessionWrapperprovides a convenient implementation of thePortletSessioninterface that can be subclassed by developers.PortletURLWrapper ThePortletURLWrapperprovides a convenient implementation of thePortletURLinterface that can be subclassed by developers.RenderParametersWrapper TheRenderParametersWrapperprovides a convenient implementation of theRenderParametersinterface that can be subclassed by developers.RenderRequestWrapper TheRenderRequestWrapperprovides a convenient implementation of theRenderRequestinterface that can be subclassed by developers.RenderResponseWrapper TheRenderResponseWrapperprovides a convenient implementation of theRenderResponseinterface that can be subclassed by developers.RenderStateWrapper TheRenderStateWrapperprovides a convenient implementation of theRenderStateinterface that can be subclassed by developers.RenderURLWrapper TheRenderURLWrapperprovides a convenient implementation of theRenderURLinterface that can be subclassed by developers.ResourceParametersWrapper TheResourceParametersWrapperprovides a convenient implementation of theResourceParametersinterface that can be subclassed by developers.ResourceRequestWrapper TheResourceRequestWrapperprovides a convenient implementation of theResourceRequestinterface that can be subclassed by developers.ResourceResponseWrapper TheResourceResponseWrapperprovides a convenient implementation of theResourceResponseinterface that can be subclassed by developers.ResourceURLWrapper TheResourceURLWrapperprovides a convenient implementation of theResourceURLinterface that can be subclassed by developers.StateAwareResponseWrapper TheStateAwareResponseWrapperprovides a convenient implementation of theStateAwareResponseinterface that can be subclassed by developers.