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 |
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 |
---|---|
ResourceParameters |
ResourceRequest.getResourceParameters()
Gets the resource parameters set for this request.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableResourceParametersWrapper
The
MutableResourceParametersWrapper provides a convenient
implementation of the MutableResourceParameters 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 | Method and Description |
---|---|
ResourceParameters |
ResourceRequestWrapper.getResourceParameters() |
ResourceParameters |
ResourceParametersWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceParametersWrapper.setWrapped(ResourceParameters wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
ResourceParametersWrapper(ResourceParameters wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.