|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateAwareResponse | |
---|---|
javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
javax.portlet.filter | The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. |
org.apache.pluto.internal | |
org.apache.pluto.internal.impl | |
org.apache.pluto.wrappers |
Uses of StateAwareResponse in javax.portlet |
---|
Subinterfaces of StateAwareResponse in javax.portlet | |
---|---|
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. |
Uses of StateAwareResponse in javax.portlet.filter |
---|
Classes in javax.portlet.filter that implement StateAwareResponse | |
---|---|
class |
ActionResponseWrapper
The ActionResponseWrapper provides a convenient
implementation of the ActionResponse interface
that can be subclassed by developers wishing to adapt the response. |
class |
EventResponseWrapper
The EventResponseWrapper provides a convenient
implementation of the EventResponse interface
that can be subclassed by developers wishing to adapt the response. |
Uses of StateAwareResponse in org.apache.pluto.internal |
---|
Subinterfaces of StateAwareResponse in org.apache.pluto.internal | |
---|---|
interface |
InternalActionResponse
The internal action response interface extends the internal portlet response interface and provides some action-specific methods. |
Uses of StateAwareResponse in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement StateAwareResponse | |
---|---|
class |
ActionResponseImpl
|
class |
EventResponseImpl
Implementation of JSR-286 EventResponse . |
class |
StateAwareResponseImpl
Implementation of JSR-286 StateAwareResponse . |
Uses of StateAwareResponse in org.apache.pluto.wrappers |
---|
Methods in org.apache.pluto.wrappers that return StateAwareResponse | |
---|---|
StateAwareResponse |
ActionResponseWrapper.getStateAwareResponse()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |