org.jboss.portal.core.samples.basic
Class WindowIDPortlet.WindowIDRetriever

java.lang.Object
  extended by org.jboss.portal.core.samples.basic.WindowIDPortlet.WindowIDRetriever
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener
Enclosing class:
WindowIDPortlet

public static class WindowIDPortlet.WindowIDRetriever
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener


Constructor Summary
WindowIDPortlet.WindowIDRetriever()
           
 
Method Summary
 java.lang.String getWindowID()
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowIDPortlet.WindowIDRetriever

public WindowIDPortlet.WindowIDRetriever()
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener

getWindowID

public java.lang.String getWindowID()