Uses of Interface
org.exoplatform.services.wsrp.consumer.PortletSession

Packages that use PortletSession
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.adapters   
org.exoplatform.services.wsrp.consumer.impl.helpers   
org.exoplatform.services.wsrp.consumer.templates   
 

Uses of PortletSession in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return PortletSession
 PortletSession PortletWindowSession.getPortletSession()
          Get the portlet session this window session belongs to.
 PortletSession GroupSession.getPortletSession(String instanceKey)
          Get the portlet session object which is identified with the givven instanceKey from the group session.
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type PortletSession
 void GroupSession.addPortletSession(PortletSession portletSession)
          Add a portlet session to this group session.
 

Uses of PortletSession in org.exoplatform.services.wsrp.consumer.adapters
 

Methods in org.exoplatform.services.wsrp.consumer.adapters that return PortletSession
 PortletSession PortletWindowSessionAdapter.getPortletSession()
           
 

Methods in org.exoplatform.services.wsrp.consumer.adapters with parameters of type PortletSession
 void PortletWindowSessionAdapter.setPortletSession(PortletSession portletSession)
           
 

Uses of PortletSession in org.exoplatform.services.wsrp.consumer.impl.helpers
 

Classes in org.exoplatform.services.wsrp.consumer.impl.helpers that implement PortletSession
 class PortletSessionImpl
           
 

Fields in org.exoplatform.services.wsrp.consumer.impl.helpers with type parameters of type PortletSession
protected  Map<String,PortletSession> GroupSessionImpl.portletSessions
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers that return PortletSession
 PortletSession GroupSessionImpl.getPortletSession(String portletHandle)
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers that return types with arguments of type PortletSession
 Iterator<PortletSession> GroupSessionImpl.getAllPortletSessions()
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers with parameters of type PortletSession
 void GroupSessionImpl.addPortletSession(PortletSession portletSession)
           
 

Uses of PortletSession in org.exoplatform.services.wsrp.consumer.templates
 

Classes in org.exoplatform.services.wsrp.consumer.templates that implement PortletSession
 class PortletSessionTemplate
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.