org.jboss.portal.portlet.test
Class PortletController.InstanceContextImpl

java.lang.Object
  extended byorg.jboss.portal.portlet.test.PortletController.InstanceContextImpl
All Implemented Interfaces:
InstanceContext
Enclosing class:
PortletController

protected class PortletController.InstanceContextImpl
extends java.lang.Object
implements InstanceContext


Constructor Summary
PortletController.InstanceContextImpl(Component component)
           
 
Method Summary
 java.lang.String getInstanceId()
          Return an id that can differenciate instances.
 java.lang.String getWindowId()
          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

PortletController.InstanceContextImpl

public PortletController.InstanceContextImpl(Component component)
Method Detail

getInstanceId

public java.lang.String getInstanceId()
Description copied from interface: InstanceContext
Return an id that can differenciate instances.

Specified by:
getInstanceId in interface InstanceContext

getWindowId

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

Specified by:
getWindowId in interface InstanceContext