public class Application extends Object implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(javax.servlet.ServletContext context,
Container container) |
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
static void |
setup(Container container) |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic static void configure(javax.servlet.ServletContext context,
Container container)
throws Exception
Exceptionpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2025. All rights reserved.