PageFlowContextListener Class

com.bea.wlw.netui.pageflow
PageFlowContextListener Class

public class PageFlowContextListener

    extends Object
    implements ServletContextListener

Performs various initialization at ServletContext-init time.


Hierarchy
Object
  PageFlowContextListener
All Implemented Interfaces

EventListener, ServletContextListener

Constructor Summary

PageFlowContextListener()

 

Method Summary

public void
contextDestroyed(ServletContextEvent event)
public void
contextInitialized(ServletContextEvent event)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.servlet.ServletContextListener
contextDestroyed, contextInitialized
 

Constructor Detail

PageFlowContextListener

public PageFlowContextListener()
 

Method Detail

contextDestroyed(ServletContextEvent) Method

public void contextDestroyed(ServletContextEvent event)

contextInitialized(ServletContextEvent) Method

public void contextInitialized(ServletContextEvent event)