public class WebBeansConfigurationListener extends Object implements ServletContextListener, ServletRequestListener, HttpSessionListener
WebBeansConfigurationFilter and WebBeansConfigurationHttpSessionListener
instead.| Modifier and Type | Field and Description |
|---|---|
protected ContainerLifecycle |
lifeCycle
Manages the container lifecycle
|
| Constructor and Description |
|---|
WebBeansConfigurationListener()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(ServletContextEvent event) |
void |
contextInitialized(ServletContextEvent event) |
void |
requestDestroyed(ServletRequestEvent event) |
void |
requestInitialized(ServletRequestEvent event) |
void |
sessionCreated(HttpSessionEvent event) |
void |
sessionDestroyed(HttpSessionEvent event) |
protected ContainerLifecycle lifeCycle
public WebBeansConfigurationListener()
public void contextInitialized(ServletContextEvent event)
contextInitialized in interface ServletContextListenerpublic void requestInitialized(ServletRequestEvent event)
requestInitialized in interface ServletRequestListenerpublic void sessionCreated(HttpSessionEvent event)
sessionCreated in interface HttpSessionListenerpublic void contextDestroyed(ServletContextEvent event)
contextDestroyed in interface ServletContextListenerpublic void requestDestroyed(ServletRequestEvent event)
requestDestroyed in interface ServletRequestListenerpublic void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed in interface HttpSessionListenerCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.