org.appfuse.webapp.listener
Class StartupListener
java.lang.Object
org.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVLET_CONTEXT_KEY
public static final String SERVLET_CONTEXT_KEY
- Key used to access the ServletContext in
the Velocity application attributes.
StartupListener
public StartupListener()
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