org.apache.cocoon.portal.wsrp.consumer
Class PortletSessionImpl
java.lang.Object
org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl
org.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 $
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericPortletSessionImpl |
windowSessions |
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 |
logger
protected final Logger logger
- The logger.
PortletSessionImpl
public PortletSessionImpl(String handle,
Logger logger)
- constructor
- Parameters:
handle
- logger
-
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.