org.exoplatform.services.wsrp.consumer.impl.helpers
Class PortletSessionImpl

java.lang.Object
  extended by org.exoplatform.services.wsrp.consumer.templates.PortletSessionTemplate
      extended by org.exoplatform.services.wsrp.consumer.impl.helpers.PortletSessionImpl
All Implemented Interfaces:
Serializable, PortletSession

public class PortletSessionImpl
extends PortletSessionTemplate
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exoplatform.services.wsrp.consumer.templates.PortletSessionTemplate
portletHandle, portletWindowSessions
 
Constructor Summary
PortletSessionImpl(String portletHandle)
           
 
Method Summary
 PortletWindowSession getPortletWindowSession(String windowID)
          Get the SimplePortletWindowSession of the portlet window with the given ID.
 
Methods inherited from class org.exoplatform.services.wsrp.consumer.templates.PortletSessionTemplate
getAllPorletWindowSessions, getPortletHandle, getSessionContext, removeAllPortletWindowSessions, removePortletWindowSession, setPortletHandle, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSessionImpl

public PortletSessionImpl(String portletHandle)
Method Detail

getPortletWindowSession

public PortletWindowSession getPortletWindowSession(String windowID)
Description copied from interface: PortletSession
Get the SimplePortletWindowSession of the portlet window with the given ID.

Specified by:
getPortletWindowSession in interface PortletSession
Specified by:
getPortletWindowSession in class PortletSessionTemplate
Parameters:
windowID - The ID of the portlet window
Returns:
The PorletWindowSession with the given ID.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.