Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
javax.portlet.filter |
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionResponse
The
ActionResponse interface represents the portlet
response to an action request. |
interface |
ActionURL
An action URL is created with
MimeResponse.createActionURL() . |
interface |
EventResponse
The
EventResponse interface represents the portlet
response to an event request. |
interface |
MutableActionParameters
Action parameters are additional portlet parameters added to the portlet
URL or provided by the client that extend the state information provided by
the render parameters.
|
interface |
MutablePortletParameters
The
MutablePortletParameters provides methods that allow
setting parameters to define a potential future render state. |
interface |
MutableRenderParameters
Provides methods that allow
setting parameters to define a potential future render state.
|
interface |
MutableRenderState
Provides read-write access to the render state.
|
interface |
MutableResourceParameters
Resource parameters are additional portlet parameters added to the
URL that extend the state information provided by
the render parameters.
|
interface |
PortletURL
The
PortletURL interface represents a URL
that reference the portlet itself. |
interface |
RenderURL
This is a marker interface for a render URL.
|
interface |
StateAwareResponse
The
StateAwareResponse represents a response that can modify
render state information or send events. |
Modifier and Type | Class and Description |
---|---|
class |
ActionResponseWrapper
The
ActionResponseWrapper provides a convenient
implementation of the ActionResponse interface
that can be subclassed by developers. |
class |
ActionURLWrapper
The
ActionURLWrapper provides a convenient
implementation of the ActionURL interface
that can be subclassed by developers. |
class |
EventResponseWrapper
The
EventResponseWrapper provides a convenient
implementation of the EventResponse interface
that can be subclassed by developers. |
class |
MutableActionParametersWrapper
The
MutableActionParametersWrapper provides a convenient
implementation of the MutableActionParameters interface
that can be subclassed by developers. |
class |
MutablePortletParametersWrapper
The
MutablePortletParametersWrapper provides a convenient
implementation of the MutablePortletParameters interface
that can be subclassed by developers. |
class |
MutableRenderParametersWrapper
The
MutableRenderParametersWrapper provides a convenient
implementation of the MutableRenderParameters interface
that can be subclassed by developers. |
class |
MutableRenderStateWrapper
The
MutableRenderStateWrapper provides a convenient
implementation of the MutableRenderState interface
that can be subclassed by developers. |
class |
MutableResourceParametersWrapper
The
MutableResourceParametersWrapper provides a convenient
implementation of the MutableResourceParameters interface
that can be subclassed by developers. |
class |
PortletURLWrapper
The
PortletURLWrapper provides a convenient
implementation of the PortletURL interface
that can be subclassed by developers. |
class |
RenderURLWrapper
The
RenderURLWrapper provides a convenient
implementation of the RenderURL interface
that can be subclassed by developers. |
class |
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.