@WebListener public class Initializer extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
BUNDLE_CONTEXT_ATTRIBUTE |
static String |
INCIDENT_LISTENER_ATTRIBUTE |
| Constructor and Description |
|---|
Initializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public static final String INCIDENT_LISTENER_ATTRIBUTE
public static final String BUNDLE_CONTEXT_ATTRIBUTE
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2021 the original author or authors.