| 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 |
ActionResponse
The
ActionResponse interface represents the portlet
response to an action request. |
interface |
EventResponse
The
EventResponse interface represents the portlet
response to an event request. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionResponseWrapper
The
ActionResponseWrapper provides a convenient
implementation of the ActionResponse interface
that can be subclassed by developers. |
class |
EventResponseWrapper
The
EventResponseWrapper provides a convenient
implementation of the EventResponse interface
that can be subclassed by developers. |
class |
StateAwareResponseWrapper
The
StateAwareResponseWrapper provides a convenient
implementation of the StateAwareResponse interface
that can be subclassed by developers. |
| Modifier and Type | Method and Description |
|---|---|
StateAwareResponse |
StateAwareResponseWrapper.getResponse()
Return the wrapped response object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateAwareResponseWrapper.setResponse(StateAwareResponse response)
Sets the response object being wrapped.
|
| Constructor and Description |
|---|
StateAwareResponseWrapper(StateAwareResponse response) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.