org.apache.webbeans.servlet
Class WebBeansConfigurationHttpSessionListener

java.lang.Object
  extended by org.apache.webbeans.servlet.WebBeansConfigurationHttpSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class WebBeansConfigurationHttpSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener


Field Summary
protected  ContainerLifecycle lifeCycle
          Manages the container lifecycle
 
Constructor Summary
WebBeansConfigurationHttpSessionListener()
           
 
Method Summary
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
          
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lifeCycle

protected ContainerLifecycle lifeCycle
Manages the container lifecycle

Constructor Detail

WebBeansConfigurationHttpSessionListener

public WebBeansConfigurationHttpSessionListener()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent event)

Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)

Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener


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