|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.webwork.lifecycle.ApplicationLifecycleListener
A servlet context listener to handle the lifecycle of an application-based XWork component manager.
Constructor Summary | |
ApplicationLifecycleListener()
|
Method Summary | |
void |
contextDestroyed(ServletContextEvent event)
Destroys the XWork component manager because the server is shutting down. |
void |
contextInitialized(ServletContextEvent event)
Initializes the XWork compontent manager. |
protected com.opensymphony.xwork.interceptor.component.DefaultComponentManager |
createComponentManager()
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 com.opensymphony.xwork.interceptor.component.DefaultComponentManager createComponentManager()
|
WebWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |