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