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 interfaceActionRequestTheActionRequestrepresents the request sent to the portlet to handle an action.
It extends the ClientDataRequest interface and provides action request information to portlets.interfaceResourceRequestTheResourceRequestinterface 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 classActionRequestWrapperTheActionRequestWrapperprovides a convenient implementation of theActionRequestinterface that can be subclassed by developers wishing to adapt the request.classResourceRequestWrapperTheResourceRequestWrapperprovides a convenient implementation of theResourceRequestinterface that can be subclassed by developers wishing to adapt the request.
-