Uses of Interface
org.apache.cocoon.portal.wsrp.consumer.Request

Packages that use Request
org.apache.cocoon.portal.wsrp.adapter   
org.apache.cocoon.portal.wsrp.consumer   
 

Uses of Request in org.apache.cocoon.portal.wsrp.adapter
 

Methods in org.apache.cocoon.portal.wsrp.adapter with parameters of type Request
protected  void WSRPAdapter.performBlockingInteraction(org.apache.wsrp4j.consumer.WSRPPortlet portlet, SimplePortletWindowSession windowSession, org.apache.wsrp4j.consumer.User user, Request request)
          Performs an blocking interaction with the given portlet and session.
 

Uses of Request in org.apache.cocoon.portal.wsrp.consumer
 

Classes in org.apache.cocoon.portal.wsrp.consumer that implement Request
 class RequestImpl
          This class implements the Request interface and used by the swing consumer to store request related information.
 

Fields in org.apache.cocoon.portal.wsrp.consumer declared as Request
protected  Request WSRPRequestImpl.request
          Request-parameters
 

Constructors in org.apache.cocoon.portal.wsrp.consumer with parameters of type Request
WSRPRequestImpl(SimplePortletWindowSession session, Request request, org.apache.wsrp4j.consumer.ConsumerEnvironment env)
          Constructor
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.