@InvocationOrder(value=1) public class WeldAwareConfigurationListener extends org.jboss.weld.environment.servlet.Listener implements StartupEventBroadcaster, Deactivatable
Modifier and Type | Field and Description |
---|---|
protected static Map<ClassLoader,Boolean> |
initialized |
protected Logger |
logger |
Constructor and Description |
---|
WeldAwareConfigurationListener() |
Modifier and Type | Method and Description |
---|---|
void |
broadcastStartup() |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
boolean |
isActivated() |
protected boolean |
isInitialized() |
protected void |
markAsInitialized() |
checkContainers, contextDestroyed, createServletDeployment, createUrlScanner, delegate, findContainer
protected final Logger logger
protected static Map<ClassLoader,Boolean> initialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized
in interface javax.servlet.ServletContextListener
contextInitialized
in class org.jboss.weld.environment.servlet.Listener
public void broadcastStartup()
broadcastStartup
in interface StartupEventBroadcaster
protected void markAsInitialized()
protected boolean isInitialized()
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.