|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.scxml.SCXMLLifecycleListener
public class SCXMLLifecycleListener
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 Summary | |
|---|---|
SCXMLLifecycleListener()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCXMLLifecycleListener()
| Method Detail |
|---|
public void contextDestroyed(javax.servlet.ServletContextEvent event)
Process the application shutdown event, cleanup resources.
contextDestroyed in interface javax.servlet.ServletContextListenerevent - Shutdown event to be processedpublic void contextInitialized(javax.servlet.ServletContextEvent event)
Process the application startup event, parse dialog configurations.
contextInitialized in interface javax.servlet.ServletContextListenerevent - Startup event to be processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||