Uses of Interface
javax.portlet.ClientDataRequest
-
Packages that use ClientDataRequest Package Description 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 Modifier and Type Interface Description interface
ActionRequest
TheActionRequest
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
TheResourceRequest
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 Modifier and Type Class Description class
ActionRequestWrapper
TheActionRequestWrapper
provides a convenient implementation of theActionRequest
interface that can be subclassed by developers wishing to adapt the request.class
ResourceRequestWrapper
TheResourceRequestWrapper
provides a convenient implementation of theResourceRequest
interface that can be subclassed by developers wishing to adapt the request.
-