public class HaServletContextListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTOR_DEFAULT_FILE_NAME |
static String |
DESCRIPTOR_DEFAULT_LOCATION |
static String |
DESCRIPTOR_LOCATION_INIT_PARAM_NAME |
static String |
PROVIDER_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
HaServletContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
static HaProvider |
getHaProvider(javax.servlet.ServletContext context) |
public static final String PROVIDER_ATTRIBUTE_NAME
public static final String DESCRIPTOR_LOCATION_INIT_PARAM_NAME
public static final String DESCRIPTOR_DEFAULT_FILE_NAME
public static final String DESCRIPTOR_DEFAULT_LOCATION
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic static HaProvider getHaProvider(javax.servlet.ServletContext context)
Copyright © 2014 Apache Software Foundation. All rights reserved.