public class SCXMLLifecycleListener 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.
$Id: SCXMLLifecycleListener.java 476713 2006-11-19 05:10:57Z rahul $Constructor and Description |
---|
SCXMLLifecycleListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Process the application shutdown event, cleanup resources.
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Process the application startup event, parse dialog
configurations.
|
public void contextDestroyed(javax.servlet.ServletContextEvent event)
Process the application shutdown event, cleanup resources.
contextDestroyed
in interface javax.servlet.ServletContextListener
event
- Shutdown event to be processedpublic void contextInitialized(javax.servlet.ServletContextEvent event)
Process the application startup event, parse dialog configurations.
contextInitialized
in interface javax.servlet.ServletContextListener
event
- Startup event to be processedCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.