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

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

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

Methods in org.apache.cocoon.portal.wsrp.adapter that return SimplePortletWindowSession
 SimplePortletWindowSession WSRPAdapter.getSimplePortletWindowSession(org.apache.wsrp4j.consumer.WSRPPortlet portlet, String portletInstanceKey, org.apache.wsrp4j.consumer.User user)
          After getting the userSession and groupSession it performs the getServiceDescription()-call
 

Methods in org.apache.cocoon.portal.wsrp.adapter with parameters of type SimplePortletWindowSession
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.
protected  oasis.names.tc.wsrp.v1.types.MarkupContext WSRPAdapter.getMarkupContext(org.apache.wsrp4j.consumer.WSRPPortlet portlet, SimplePortletWindowSession windowSession, org.apache.wsrp4j.consumer.User user)
          Retrieves the markup generated by the portlet.
 

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

Classes in org.apache.cocoon.portal.wsrp.consumer that implement SimplePortletWindowSession
 class SimplePortletWindowSessionImpl
          Holds the parameters for displaying the portlet in a portlet-window.
 

Fields in org.apache.cocoon.portal.wsrp.consumer declared as SimplePortletWindowSession
protected  SimplePortletWindowSession WSRPRequestImpl.windowSession
          Portlet-window settings
 

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



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