public class EndWebBeansListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected WebBeansContext |
webBeansContext
Manages the container lifecycle
|
Constructor and Description |
---|
EndWebBeansListener(WebBeansContext webBeansContext)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent servletContextEvent) |
void |
contextInitialized(ServletContextEvent servletContextEvent) |
void |
requestDestroyed(ServletRequestEvent event) |
void |
requestInitialized(ServletRequestEvent event) |
void |
sessionCreated(HttpSessionEvent event) |
void |
sessionDestroyed(HttpSessionEvent event) |
void |
sessionDidActivate(HttpSessionEvent event) |
void |
sessionWillPassivate(HttpSessionEvent event) |
protected WebBeansContext webBeansContext
public EndWebBeansListener(WebBeansContext webBeansContext)
webBeansContext
- the OWB contextpublic void requestDestroyed(ServletRequestEvent event)
public void requestInitialized(ServletRequestEvent event)
public void sessionCreated(HttpSessionEvent event)
public void sessionDestroyed(HttpSessionEvent event)
public void sessionWillPassivate(HttpSessionEvent event)
public void sessionDidActivate(HttpSessionEvent event)
public void contextInitialized(ServletContextEvent servletContextEvent)
public void contextDestroyed(ServletContextEvent servletContextEvent)