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.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.