org.apache.webbeans.servlet
Class WebBeansConfigurationHttpSessionListener
java.lang.Object
org.apache.webbeans.servlet.WebBeansConfigurationHttpSessionListener
- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionListener
public class WebBeansConfigurationHttpSessionListener
- extends Object
- implements javax.servlet.http.HttpSessionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lifeCycle
protected ContainerLifecycle lifeCycle
- Manages the container lifecycle
WebBeansConfigurationHttpSessionListener
public WebBeansConfigurationHttpSessionListener()
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-2012 The Apache Software Foundation. All Rights Reserved.