Uses of Interface
jakarta.portlet.ClientDataRequest
-
Packages that use ClientDataRequest Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of ClientDataRequest in jakarta.portlet
Subinterfaces of ClientDataRequest in jakarta.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 jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement ClientDataRequest Modifier and Type Class Description classActionRequestWrapperTheActionRequestWrapperprovides a convenient implementation of theActionRequestinterface that can be subclassed by developers.classClientDataRequestWrapperTheClientDataRequestWrapperprovides a convenient implementation of theClientDataRequestinterface that can be subclassed by developers.classResourceRequestWrapperTheResourceRequestWrapperprovides a convenient implementation of theResourceRequestinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return ClientDataRequest Modifier and Type Method Description ClientDataRequestClientDataRequestWrapper. getRequest()Return the wrapped request object.Methods in jakarta.portlet.filter with parameters of type ClientDataRequest Modifier and Type Method Description voidClientDataRequestWrapper. setRequest(ClientDataRequest request)Sets the request object being wrapped.Constructors in jakarta.portlet.filter with parameters of type ClientDataRequest Constructor Description ClientDataRequestWrapper(ClientDataRequest request)
-