@WebListener public class ConsoleInitializer extends Object implements javax.servlet.ServletContextListener
Modifier and Type | Field and Description |
---|---|
static String |
CLASSPATH_LOOKUP |
static String |
MIMETYPES_LOADER |
Constructor and Description |
---|
ConsoleInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public static final String CLASSPATH_LOOKUP
public static final String MIMETYPES_LOADER
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.