org.apache.wsrp4j.consumer.app.driver
Class PortletSessionImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
      extended byorg.apache.wsrp4j.consumer.app.driver.PortletSessionImpl
All Implemented Interfaces:
PortletSession

public class PortletSessionImpl
extends GenericPortletSessionImpl

Version:
$Id: PortletSessionImpl.java,v 1.3 2005/08/10 14:45:38 cziegeler Exp $

Field Summary
private static Logger logger
           
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
windowSessions
 
Constructor Summary
PortletSessionImpl(java.lang.String handle)
           
 
Method Summary
 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
 

Field Detail

logger

private static final Logger logger
Constructor Detail

PortletSessionImpl

public PortletSessionImpl(java.lang.String handle)
Method Detail

getPortletWindowSession

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

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


--