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.
|
Modifier and Type | Method and Description |
---|---|
ActionParameters |
ActionRequest.getActionParameters()
Gets the action parameters set for this request.
|
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. |
Modifier and Type | Method and Description |
---|---|
ActionParameters |
ActionRequestWrapper.getActionParameters() |
ActionParameters |
ActionParametersWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionParametersWrapper.setWrapped(ActionParameters wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
ActionParametersWrapper(ActionParameters wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.