| Package | Description |
|---|---|
| javax.portlet.filter |
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
|
| Class and Description |
|---|
| BaseURLWrapper
The
BaseURLWrapper provides a convenient
implementation of the BaseURL interface
that can be subclassed by developers. |
| ClientDataRequestWrapper
The
ClientDataRequestWrapper
provides a convenient implementation of the ClientDataRequest
interface that can be subclassed by developers. |
| FilterChain
A
FilterChain is 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.
|
| HeaderFilterChain
A
HeaderFilterChain object is provided by the portlet container
to give a view into the invocation chain of a
filtered header request for a portlet. |
| MimeResponseWrapper
The
MimeResponseWrapper provides
a convenient implementation of the MimeResponse interface that
can be subclassed by developers. |
| MutablePortletParametersWrapper
The
MutablePortletParametersWrapper provides a convenient
implementation of the MutablePortletParameters interface
that can be subclassed by developers. |
| PortletFilter
The
PortletFilter is the base interface for all portlet filters. |
| PortletParametersWrapper
The
PortletParametersWrapper provides a convenient
implementation of the PortletParameters interface
that can be subclassed by developers. |
| PortletRequestWrapper
The
PortletRequestWrapper provides a convenient
implementation of the PortletRequest interface
and is extended by other request wrappers. |
| PortletResponseWrapper
The
PortletResponseWrapper provides a convenient
implementation of the PortletResponse interface and is extended by other response wrappers. |
| PortletURLWrapper
The
PortletURLWrapper provides a convenient
implementation of the PortletURL interface
that can be subclassed by developers. |
| RenderRequestWrapper
The
RenderRequestWrapper provides a convenient
implementation of the RenderRequest interface
that can be subclassed by developers. |
| RenderStateWrapper
The
RenderStateWrapper provides a convenient
implementation of the RenderState interface
that can be subclassed by developers. |
| StateAwareResponseWrapper
The
StateAwareResponseWrapper provides a convenient
implementation of the StateAwareResponse interface
that can be subclassed by developers. |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.