org.jboss.portal.server.app.spi
Interface InstanceContext

All Known Implementing Classes:
PortletController.InstanceContextImpl

public interface InstanceContext


Method Summary
 java.lang.String getInstanceId()
          Return an id that can differenciate instances.
 java.lang.String getWindowId()
          Return an id that can differenciate windows.
 

Method Detail

getInstanceId

public java.lang.String getInstanceId()
Return an id that can differenciate instances.


getWindowId

public java.lang.String getWindowId()
Return an id that can differenciate windows.