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 |
ActionRequest
The
ActionRequest represents the request sent to the portlet
to handle an action.It extends the ClientDataRequest interface and provides action request information to portlets. |
interface |
ResourceRequest
The
ResourceRequest interface represents the request
send to the portlet for rendering resources. |
Modifier and Type | Class and Description |
---|---|
class |
ActionRequestWrapper
The
ActionRequestWrapper provides a convenient
implementation of the ActionRequest interface
that can be subclassed by developers. |
class |
ClientDataRequestWrapper
The
ClientDataRequestWrapper
provides a convenient implementation of the ClientDataRequest
interface that can be subclassed by developers. |
class |
ResourceRequestWrapper
The
ResourceRequestWrapper provides a convenient
implementation of the ResourceRequest interface
that can be subclassed by developers. |
Modifier and Type | Method and Description |
---|---|
ClientDataRequest |
ClientDataRequestWrapper.getRequest()
Return the wrapped request object.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientDataRequestWrapper.setRequest(ClientDataRequest request)
Sets the request object being wrapped.
|
Constructor and Description |
---|
ClientDataRequestWrapper(ClientDataRequest request) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.