public class WebBeansConfigurationHttpSessionListener extends Object implements 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(HttpSessionEvent event) |
void |
sessionDestroyed(HttpSessionEvent event) |
protected ContainerLifecycle lifeCycle
public WebBeansConfigurationHttpSessionListener()
public void sessionCreated(HttpSessionEvent event)
sessionCreated in interface HttpSessionListenerpublic void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed in interface HttpSessionListenerCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.