org.exoplatform.services.wsrp2.consumer.impl.helpers
Class PortletSessionImpl
java.lang.Object
org.exoplatform.services.wsrp2.consumer.templates.PortletSessionTemplate
org.exoplatform.services.wsrp2.consumer.impl.helpers.PortletSessionImpl
- All Implemented Interfaces:
- Serializable, PortletSession
public class PortletSessionImpl
- extends PortletSessionTemplate
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletSessionImpl
public PortletSessionImpl(String portletHandle)
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.