com.liferay.portlet.wsrp
Class PortletSessionImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
      extended bycom.liferay.portlet.wsrp.PortletSessionImpl
All Implemented Interfaces:
org.apache.wsrp4j.consumer.PortletSession

public class PortletSessionImpl
extends org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl

View Source

Author:
Michael Young

Field Summary
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
windowSessions
 
Constructor Summary
PortletSessionImpl(java.lang.String handle)
           
 
Method Summary
 org.apache.wsrp4j.consumer.PortletWindowSession getPortletWindowSession(java.lang.String windowID)
          Get the PortletWindowSession of the portlet window with the given ID.
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
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(java.lang.String handle)
Method Detail

getPortletWindowSession

public org.apache.wsrp4j.consumer.PortletWindowSession getPortletWindowSession(java.lang.String windowID)
Get the PortletWindowSession of the portlet window with the given ID.

Parameters:
windowID - The ID of the portlet window
Returns:
The PorletWindowSession with the given ID.