|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.webwork.lifecycle.ApplicationLifecycleListener
public class ApplicationLifecycleListener
A servlet context listener to handle the lifecycle of an application-based XWork component manager.
Constructor Summary | |
---|---|
ApplicationLifecycleListener()
Deprecated. |
Method Summary | |
---|---|
void |
contextDestroyed(ServletContextEvent event)
Deprecated. Destroys the XWork component manager because the server is shutting down. |
void |
contextInitialized(ServletContextEvent event)
Deprecated. Initializes the XWork compontent manager. |
protected DefaultComponentManager |
createComponentManager()
Deprecated. Returns a new DefaultComponentManager instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationLifecycleListener()
Method Detail |
---|
public void contextDestroyed(ServletContextEvent event)
contextDestroyed
in interface ServletContextListener
event
- the servlet context event.public void contextInitialized(ServletContextEvent event)
contextInitialized
in interface ServletContextListener
event
- the servlet context event.protected DefaultComponentManager createComponentManager()
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |