public class BasicLifecycleListener extends Object implements javax.servlet.ServletContextListener
ServletContextListener that loads dialog configuration resources at application startup, and cleans up the libraries we depend on at application shutdown.
Constructor and Description |
---|
BasicLifecycleListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Process an application shutdown event.
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Process an application startup event.
|
public void contextDestroyed(javax.servlet.ServletContextEvent event)
Process an application shutdown event.
contextDestroyed
in interface javax.servlet.ServletContextListener
event
- Shutdown event to be processedpublic void contextInitialized(javax.servlet.ServletContextEvent event)
Process an application startup event.
contextInitialized
in interface javax.servlet.ServletContextListener
event
- Startup event to be processedCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.