| Package | Description |
|---|---|
| com.caucho.jsp | |
| javax.servlet |
| Modifier and Type | Method and Description |
|---|---|
void |
JspPrecompileListener.contextDestroyed(ServletContextEvent event) |
void |
JspPrecompileListener.contextInitialized(ServletContextEvent event) |
| 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
|