com.opensymphony.webwork.plexus
Class PlexusLifecycleListener
java.lang.Object
com.opensymphony.webwork.plexus.PlexusLifecycleListener
- All Implemented Interfaces:
- EventListener, HttpSessionListener, ServletContextListener
public class PlexusLifecycleListener
- extends Object
- implements ServletContextListener, HttpSessionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loaded
public static boolean loaded
KEY
public static final String KEY
- See Also:
- Constant Field Values
PlexusLifecycleListener
public PlexusLifecycleListener()
contextInitialized
public void contextInitialized(ServletContextEvent servletContextEvent)
- Specified by:
contextInitialized
in interface ServletContextListener
contextDestroyed
public void contextDestroyed(ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyed
in interface ServletContextListener
sessionCreated
public void sessionCreated(HttpSessionEvent httpSessionEvent)
- Specified by:
sessionCreated
in interface HttpSessionListener
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent httpSessionEvent)
- Specified by:
sessionDestroyed
in interface HttpSessionListener