org.apache.webbeans.servlet
Class WebBeansConfigurationHttpSessionListener
java.lang.Object
org.apache.webbeans.servlet.WebBeansConfigurationHttpSessionListener
- All Implemented Interfaces:
- EventListener, HttpSessionListener
public class WebBeansConfigurationHttpSessionListener
- extends Object
- implements 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(HttpSessionEvent event)
-
- Specified by:
sessionCreated in interface HttpSessionListener
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event)
-
- Specified by:
sessionDestroyed in interface HttpSessionListener
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.