public class HawtioBlueprintContextListener extends Object implements javax.servlet.ServletContextListener
META-INF/blueprint.xml on the classpath| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINER_ATTRIBUTE |
static String |
DEFAULT_LOCATION |
static String |
LOCATION |
static String |
PROPERTIES |
| Constructor and Description |
|---|
HawtioBlueprintContextListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendEnvironmentVariablesAndSystemProperties(javax.servlet.ServletContext servletContext,
Map<String,String> properties) |
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
protected String |
convertEnvironmentVariableToSystemProperty(String name) |
public static final String CONTAINER_ATTRIBUTE
public static final String LOCATION
public static final String PROPERTIES
public static final String DEFAULT_LOCATION
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerprotected void appendEnvironmentVariablesAndSystemProperties(javax.servlet.ServletContext servletContext,
Map<String,String> properties)
protected String convertEnvironmentVariableToSystemProperty(String name)
public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2018 JBoss by Red Hat. All rights reserved.