See: Description
| Interface | Description |
|---|---|
| ActionFilter |
The
ActionFilter is 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 |
The
EventFilter is 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 |
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.
|
| HeaderFilter |
The
HeaderFilter is 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 |
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. |
| PortletFilter |
The
PortletFilter is the base interface for all portlet filters. |
| RenderFilter |
The
RenderFilter is 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 |
The
ResourceFilter is 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 | Description |
|---|---|
| ActionParametersWrapper |
The
ActionParametersWrapper provides a convenient
implementation of the ActionParameters interface
that can be subclassed by developers. |
| ActionRequestWrapper |
The
ActionRequestWrapper provides a convenient
implementation of the ActionRequest interface
that can be subclassed by developers. |
| ActionResponseWrapper |
The
ActionResponseWrapper provides a convenient
implementation of the ActionResponse interface
that can be subclassed by developers. |
| ActionURLWrapper |
The
ActionURLWrapper provides a convenient
implementation of the ActionURL interface
that can be subclassed by developers. |
| 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. |
| EventRequestWrapper |
The
EventRequestWrapper provides a convenient
implementation of the EventRequest interface
that can be subclassed by developers. |
| EventResponseWrapper |
The
EventResponseWrapper provides a convenient
implementation of the EventResponse interface
that can be subclassed by developers. |
| HeaderRequestWrapper |
The
HeaderRequestWrapper provides a convenient
implementation of the HeaderRequest interface
that can be subclassed by developers. |
| HeaderResponseWrapper |
The
HeaderResponseWrapper
provides a convenient implementation of the HeaderResponse
interface that can be subclassed by developers. |
| MimeResponseWrapper |
The
MimeResponseWrapper provides
a convenient implementation of the MimeResponse interface that
can be subclassed by developers. |
| MutableActionParametersWrapper |
The
MutableActionParametersWrapper provides a convenient
implementation of the MutableActionParameters interface
that can be subclassed by developers. |
| MutablePortletParametersWrapper |
The
MutablePortletParametersWrapper provides a convenient
implementation of the MutablePortletParameters interface
that can be subclassed by developers. |
| MutableRenderParametersWrapper |
The
MutableRenderParametersWrapper provides a convenient
implementation of the MutableRenderParameters interface
that can be subclassed by developers. |
| MutableRenderStateWrapper |
The
MutableRenderStateWrapper provides a convenient
implementation of the MutableRenderState interface
that can be subclassed by developers. |
| MutableResourceParametersWrapper |
The
MutableResourceParametersWrapper provides a convenient
implementation of the MutableResourceParameters interface
that can be subclassed by developers. |
| PortalContextWrapper |
The
PortalContextWrapper provides a convenient
implementation of the PortalContext interface
that can be subclassed by developers. |
| PortletAsyncContextWrapper |
The
PortletAsyncContextWrapper provides a convenient
implementation of the PortletAsyncContext interface
that can be subclassed by developers. |
| PortletConfigWrapper |
The
PortletConfigWrapper provides a convenient
implementation of the PortletConfig interface
that can be subclassed by developers. |
| PortletContextWrapper |
The
PortletContextWrapper provides a convenient
implementation of the PortletContext interface
that can be subclassed by developers. |
| PortletParametersWrapper |
The
PortletParametersWrapper provides a convenient
implementation of the PortletParameters interface
that can be subclassed by developers. |
| PortletRequestDispatcherWrapper |
The
PortletRequestDispatcherWrapper provides a convenient
implementation of the PortletRequestDispatcher 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. |
| PortletSessionWrapper |
The
PortletSessionWrapper provides a convenient
implementation of the PortletSession interface
that can be subclassed by developers. |
| PortletURLWrapper |
The
PortletURLWrapper provides a convenient
implementation of the PortletURL interface
that can be subclassed by developers. |
| RenderParametersWrapper |
The
RenderParametersWrapper provides a convenient
implementation of the RenderParameters interface
that can be subclassed by developers. |
| RenderRequestWrapper |
The
RenderRequestWrapper provides a convenient
implementation of the RenderRequest interface
that can be subclassed by developers. |
| RenderResponseWrapper |
The
RenderResponseWrapper provides a convenient
implementation of the RenderResponse interface
that can be subclassed by developers. |
| RenderStateWrapper |
The
RenderStateWrapper provides a convenient
implementation of the RenderState interface
that can be subclassed by developers. |
| RenderURLWrapper |
The
RenderURLWrapper provides a convenient
implementation of the RenderURL interface
that can be subclassed by developers. |
| ResourceParametersWrapper |
The
ResourceParametersWrapper provides a convenient
implementation of the ResourceParameters interface
that can be subclassed by developers. |
| ResourceRequestWrapper |
The
ResourceRequestWrapper provides a convenient
implementation of the ResourceRequest interface
that can be subclassed by developers. |
| ResourceResponseWrapper |
The
ResourceResponseWrapper provides a convenient
implementation of the ResourceResponse interface
that can be subclassed by developers. |
| ResourceURLWrapper |
The
ResourceURLWrapper provides a convenient
implementation of the ResourceURL 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.