@WebListener public class ServletListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_TIMEOUT_SECONDS |
static String |
TIMEOUT_PROPERTY |
| Constructor and Description |
|---|
ServletListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public static final String TIMEOUT_PROPERTY
public static final long DEFAULT_TIMEOUT_SECONDS
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 © 2015. All Rights Reserved.