org.apache.beehive.netui.pageflow
Class PageFlowContextListener

Object
  extended by PageFlowContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class PageFlowContextListener
extends Object
implements ServletContextListener

Initialize the NetUI framework at ServletContext init time.


Constructor Summary
PageFlowContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(ServletContextEvent event)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowContextListener

public PageFlowContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

public void contextDestroyed(ServletContextEvent event)
Specified by:
contextDestroyed in interface ServletContextListener