|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.basic.BasicLifecycleListener
public class BasicLifecycleListener
ServletContextListener that loads dialog configuration resources at application startup, and cleans up the libraries we depend on at application shutdown.
| Constructor Summary | |
|---|---|
BasicLifecycleListener()
|
|
| Method Summary | |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Process an application shutdown event. |
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Process an application startup event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicLifecycleListener()
| Method Detail |
|---|
public void contextDestroyed(javax.servlet.ServletContextEvent event)
Process an application shutdown event.
contextDestroyed in interface javax.servlet.ServletContextListenerevent - Shutdown event to be processedpublic void contextInitialized(javax.servlet.ServletContextEvent event)
Process an application startup event.
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 | |||||||||