@InvocationOrder(value=1) public class WebBeansAwareConfigurationListener extends org.apache.webbeans.servlet.WebBeansConfigurationListener implements StartupEventBroadcaster, Deactivatable
Modifier and Type | Field and Description |
---|---|
protected static Map<ClassLoader,Boolean> |
initialized |
protected Logger |
logger |
protected static Map<ClassLoader,org.apache.webbeans.spi.ContainerLifecycle> |
storedContainerLifecycle |
Constructor and Description |
---|
WebBeansAwareConfigurationListener() |
Modifier and Type | Method and Description |
---|---|
void |
broadcastStartup() |
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
boolean |
isActivated() |
protected boolean |
isInitialized() |
protected void |
markAsInitialized() |
void |
requestDestroyed(javax.servlet.ServletRequestEvent event) |
void |
requestInitialized(javax.servlet.ServletRequestEvent event) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
protected void |
storeContainerLifecycle() |
protected final Logger logger
protected static Map<ClassLoader,Boolean> initialized
protected static Map<ClassLoader,org.apache.webbeans.spi.ContainerLifecycle> storedContainerLifecycle
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized
in interface javax.servlet.ServletContextListener
contextInitialized
in class org.apache.webbeans.servlet.WebBeansConfigurationListener
public void requestInitialized(javax.servlet.ServletRequestEvent event)
requestInitialized
in interface javax.servlet.ServletRequestListener
requestInitialized
in class org.apache.webbeans.servlet.WebBeansConfigurationListener
public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed
in interface javax.servlet.ServletContextListener
contextDestroyed
in class org.apache.webbeans.servlet.WebBeansConfigurationListener
public void requestDestroyed(javax.servlet.ServletRequestEvent event)
requestDestroyed
in interface javax.servlet.ServletRequestListener
requestDestroyed
in class org.apache.webbeans.servlet.WebBeansConfigurationListener
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
sessionCreated
in class org.apache.webbeans.servlet.WebBeansConfigurationListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
sessionDestroyed
in class org.apache.webbeans.servlet.WebBeansConfigurationListener
public void broadcastStartup()
broadcastStartup
in interface StartupEventBroadcaster
protected void markAsInitialized()
protected boolean isInitialized()
protected void storeContainerLifecycle()
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.