Uses of Interface
javax.portlet.ClientDataRequest

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. 
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
 

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.
 

Uses of ClientDataRequest in org.apache.pluto.internal
 

Subinterfaces of ClientDataRequest in org.apache.pluto.internal
 interface InternalActionRequest
          The internal action request extends the internal portlet request and provides some action-specific methods (currently, no specific methods are declared).
 interface InternalResourceRequest
          The internal resource request interface extends the internal portlet request interface and provides some resource-specific methods.
 

Uses of ClientDataRequest in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement ClientDataRequest
 class ActionRequestImpl
          Implementation of the javax.portlet.ActionRequest interface.
 class ResourceRequestImpl
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.