org.apache.cocoon.portal.wsrp.consumer
Class PortletSessionImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
      extended byorg.apache.cocoon.portal.wsrp.consumer.PortletSessionImpl
All Implemented Interfaces:
org.apache.wsrp4j.consumer.PortletSession

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

Defines a session object at the consumer-side to store remote portlet related information that are needed to interact with the portlet

Version:
$Id: PortletSessionImpl.java 322475 2005-10-16 14:26:44Z cziegeler $

Field Summary
protected  Logger logger
          The logger.
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
windowSessions
 
Constructor Summary
PortletSessionImpl(String handle, Logger logger)
          constructor
 
Method Summary
 org.apache.wsrp4j.consumer.PortletWindowSession getPortletWindowSession(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

protected final Logger logger
The logger.

Constructor Detail

PortletSessionImpl

public PortletSessionImpl(String handle,
                          Logger logger)
constructor

Parameters:
handle -
logger -
Method Detail

getPortletWindowSession

public org.apache.wsrp4j.consumer.PortletWindowSession getPortletWindowSession(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.


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.