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 |
ActionParameters
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 |
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 |
MutableResourceParameters
Resource parameters are additional portlet parameters added to the
URL that extend the state information provided by
the render parameters.
|
interface |
RenderParameters
Provides access to render parameters, which make up part of the render state.
|
interface |
ResourceParameters
Resource parameters are additional portlet parameters added to the
URL that extend the state information provided by
the render parameters.
|
Modifier and Type | Method and Description |
---|---|
MutablePortletParameters |
MutablePortletParameters.add(PortletParameters params)
Adds the parameters from the input
PortletParameters object
if they are not already present. |
MutablePortletParameters |
MutablePortletParameters.set(PortletParameters params)
Makes the public and private parameters identical to
those of the input PortletParameters object.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionParametersWrapper
The
ActionParametersWrapper provides a convenient
implementation of the ActionParameters 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 |
MutableResourceParametersWrapper
The
MutableResourceParametersWrapper provides a convenient
implementation of the MutableResourceParameters interface
that can be subclassed by developers. |
class |
PortletParametersWrapper
The
PortletParametersWrapper provides a convenient
implementation of the PortletParameters interface
that can be subclassed by developers. |
class |
RenderParametersWrapper
The
RenderParametersWrapper provides a convenient
implementation of the RenderParameters interface
that can be subclassed by developers. |
class |
ResourceParametersWrapper
The
ResourceParametersWrapper provides a convenient
implementation of the ResourceParameters interface
that can be subclassed by developers. |
Modifier and Type | Field and Description |
---|---|
protected PortletParameters |
PortletParametersWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
PortletParameters |
PortletParametersWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
MutablePortletParameters |
MutablePortletParametersWrapper.add(PortletParameters params) |
MutablePortletParameters |
MutablePortletParametersWrapper.set(PortletParameters params) |
void |
PortletParametersWrapper.setWrapped(PortletParameters wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
PortletParametersWrapper(PortletParameters wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.