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

Packages that use PortletWindowSession
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 PortletWindowSession in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return PortletWindowSession
 PortletWindowSession PortletSession.getPortletWindowSession(String windowID)
          Get the SimplePortletWindowSession of the portlet window with the given ID.
 PortletWindowSession PortletSession.removePortletWindowSession(String windowID)
          Remove the porlet window session with the given window id.
 

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

Classes in org.exoplatform.services.wsrp.consumer.adapters that implement PortletWindowSession
 class PortletWindowSessionAdapter
           
 

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

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers that return PortletWindowSession
 PortletWindowSession PortletSessionImpl.getPortletWindowSession(String windowID)
           
 

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

Fields in org.exoplatform.services.wsrp.consumer.templates with type parameters of type PortletWindowSession
protected  Map<String,PortletWindowSession> PortletSessionTemplate.portletWindowSessions
           
 

Methods in org.exoplatform.services.wsrp.consumer.templates that return PortletWindowSession
abstract  PortletWindowSession PortletSessionTemplate.getPortletWindowSession(String windowID)
           
 PortletWindowSession PortletSessionTemplate.removePortletWindowSession(String windowID)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.