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(java.lang.String windowID)
          Get the SimplePortletWindowSession of the portlet window with the given ID.
 PortletWindowSession PortletSession.removePortletWindowSession(java.lang.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(java.lang.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  java.util.Map<java.lang.String,PortletWindowSession> PortletSessionTemplate.portletWindowSessions
           
 

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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.