public class WebBeansConfigurationHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
| Modifier and Type | Field and Description |
|---|---|
protected ContainerLifecycle |
lifeCycle
Manages the container lifecycle
|
| Constructor and Description |
|---|
WebBeansConfigurationHttpSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
protected ContainerLifecycle lifeCycle
public WebBeansConfigurationHttpSessionListener()
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.