public class ConfigInitializerContextListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_VALUE |
| Constructor and Description |
|---|
ConfigInitializerContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
This method loads wap-provisioning file / property file, sets wap-provisioning file and
extracted properties as attributes in servlet context.
|
public static final int INITIAL_VALUE
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenerservletContextEvent - - Uses when servlet communicating with servlet container.public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2016 WSO2. All rights reserved.