org.jboss.portal.portlet.impl.spi
Class AbstractWindowContext

java.lang.Object
  extended by org.jboss.portal.portlet.impl.spi.AbstractWindowContext
All Implemented Interfaces:
WindowContext

public class AbstractWindowContext
extends java.lang.Object
implements WindowContext

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
AbstractWindowContext(java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Return an id that can differenciate windows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWindowContext

public AbstractWindowContext(java.lang.String id)
Method Detail

getId

public java.lang.String getId()
Description copied from interface: WindowContext
Return an id that can differenciate windows.

Specified by:
getId in interface WindowContext
Returns:
the window id