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 | Method and Description |
---|---|
MutableActionParameters |
ActionParameters.clone()
Returns a
MutableActionParameters object encapsulating a copy of the same
parameters as the original object. |
MutableActionParameters |
ActionURL.getActionParameters()
Gets the action parameter values set for this URL.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableActionParametersWrapper
The
MutableActionParametersWrapper provides a convenient
implementation of the MutableActionParameters interface
that can be subclassed by developers. |
Modifier and Type | Method and Description |
---|---|
MutableActionParameters |
MutableActionParametersWrapper.clone() |
MutableActionParameters |
ActionParametersWrapper.clone() |
MutableActionParameters |
ActionURLWrapper.getActionParameters() |
MutableActionParameters |
MutableActionParametersWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableActionParametersWrapper.setWrapped(MutableActionParameters wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
MutableActionParametersWrapper(MutableActionParameters wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.