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 |
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 |
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.
|
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 |
PortletParameters.clone()
Returns a
MutablePortletParameters object encapsulating a copy of the same
parameters as the original object. |
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 |
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. |
Modifier and Type | Method and Description |
---|---|
MutablePortletParameters |
MutablePortletParametersWrapper.add(PortletParameters params) |
MutablePortletParameters |
PortletParametersWrapper.clone() |
MutablePortletParameters |
MutablePortletParametersWrapper.getWrapped()
Gets the wrapped object.
|
MutablePortletParameters |
MutablePortletParametersWrapper.set(PortletParameters params) |
Modifier and Type | Method and Description |
---|---|
void |
MutablePortletParametersWrapper.setWrapped(MutablePortletParameters wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
MutablePortletParametersWrapper(MutablePortletParameters wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.