public class StartupManager extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_OF_STARTUP_LISTENERS |
| Constructor and Description |
|---|
StartupManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce)
Notify the listeners that the context is being destroyed, in the reverse
order from how they were notified at initialization.
|
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
Build a list of the listeners, and run contextInitialized() on each of
them, at least until we get a fatal error.
|
public static final String FILE_OF_STARTUP_LISTENERS
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2016. All rights reserved.