org.appfuse.webapp.listener
Class StartupListener

java.lang.Object
  extended byorg.appfuse.webapp.listener.StartupListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class StartupListener
extends Object
implements ServletContextListener

StartupListener class used to initialize and database settings and populate any application-wide drop-downs.

Version:
$Revision: 1.8 $ $Date: 2004/04/02 08:49:29 $
Author:
Matt Raible
Listener:

Field Summary
static String SERVLET_CONTEXT_KEY
          Key used to access the ServletContext in the Velocity application attributes.
 
Constructor Summary
StartupListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVLET_CONTEXT_KEY

public static final String SERVLET_CONTEXT_KEY
Key used to access the ServletContext in the Velocity application attributes.

Constructor Detail

StartupListener

public StartupListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2002-2004