| Package | Description |
|---|---|
| javax.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletContextAttributeEvent
The event class for changes to servlet context attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServletContextListener.contextDestroyed(ServletContextEvent event)
Callback when a ServletContext is destroyed
|
void |
ServletContextListener.contextInitialized(ServletContextEvent event)
Callback when a ServletContext is initialized
|