|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientDataRequest | |
|---|---|
| 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. |
| Uses of ClientDataRequest in javax.portlet |
|---|
| Subinterfaces of ClientDataRequest in javax.portlet | |
|---|---|
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. |
| Uses of ClientDataRequest in javax.portlet.filter |
|---|
| Classes in javax.portlet.filter that implement ClientDataRequest | |
|---|---|
class |
ActionRequestWrapper
The ActionRequestWrapper provides a convenient
implementation of the ActionRequest interface
that can be subclassed by developers wishing to adapt the request. |
class |
ResourceRequestWrapper
The ResourceRequestWrapper provides a convenient
implementation of the ResourceRequest interface
that can be subclassed by developers wishing to adapt the request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||