org.apache.webbeans.servlet
Class WebBeansConfigurationListener

java.lang.Object
  extended by org.apache.webbeans.servlet.WebBeansConfigurationListener
All Implemented Interfaces:
EventListener, HttpSessionActivationListener, HttpSessionListener, ServletContextListener, ServletRequestListener

public class WebBeansConfigurationListener
extends Object
implements ServletContextListener, ServletRequestListener, HttpSessionListener, HttpSessionActivationListener

Initializing the beans container for using in an web application environment.

Version:
$Rev: 910075 $ $Date: 2010-02-14 23:17:23 +0200 (Sun, 14 Feb 2010) $

Constructor Summary
WebBeansConfigurationListener()
          Default constructor
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
          
 void contextInitialized(ServletContextEvent event)
          
 void requestDestroyed(ServletRequestEvent event)
          
 void requestInitialized(ServletRequestEvent event)
          
 void sessionCreated(HttpSessionEvent event)
          
 void sessionDestroyed(HttpSessionEvent event)
          
 void sessionDidActivate(HttpSessionEvent event)
          
 void sessionWillPassivate(HttpSessionEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBeansConfigurationListener

public WebBeansConfigurationListener()
Default constructor

Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)

Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

public void contextDestroyed(ServletContextEvent event)

Specified by:
contextDestroyed in interface ServletContextListener

requestDestroyed

public void requestDestroyed(ServletRequestEvent event)

Specified by:
requestDestroyed in interface ServletRequestListener

requestInitialized

public void requestInitialized(ServletRequestEvent event)

Specified by:
requestInitialized in interface ServletRequestListener

sessionCreated

public void sessionCreated(HttpSessionEvent event)

Specified by:
sessionCreated in interface HttpSessionListener

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent event)

Specified by:
sessionDestroyed in interface HttpSessionListener

sessionDidActivate

public void sessionDidActivate(HttpSessionEvent event)

Specified by:
sessionDidActivate in interface HttpSessionActivationListener

sessionWillPassivate

public void sessionWillPassivate(HttpSessionEvent event)

Specified by:
sessionWillPassivate in interface HttpSessionActivationListener


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.