Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.webbeans.spi.ContainerLifecyclelifeCycleManages the container lifecycle
-
Constructor Summary
Constructors Constructor Description WebBeansConfigurationHttpSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(javax.servlet.http.HttpSessionEvent event)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent event)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
-