com.opensymphony.webwork.plexus
Class PlexusLifecycleListener

java.lang.Object
  extended by com.opensymphony.webwork.plexus.PlexusLifecycleListener
All Implemented Interfaces:
EventListener, HttpSessionListener, ServletContextListener

public class PlexusLifecycleListener
extends Object
implements ServletContextListener, HttpSessionListener


Field Summary
static String KEY
           
static boolean loaded
           
 
Constructor Summary
PlexusLifecycleListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent servletContextEvent)
           
 void contextInitialized(ServletContextEvent servletContextEvent)
           
 void sessionCreated(HttpSessionEvent httpSessionEvent)
           
 void sessionDestroyed(HttpSessionEvent httpSessionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loaded

public static boolean loaded

KEY

public static final String KEY
See Also:
Constant Field Values
Constructor Detail

PlexusLifecycleListener

public PlexusLifecycleListener()
Method Detail

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

WebWork Project Page