public class SampleContextEventListener extends Object implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
SampleContextEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
static Properties |
getProperties()
Get the properties of the sample
|
static String |
getPropertyByKey(String key) |
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic static Properties getProperties()
Copyright © 2019 WSO2. All rights reserved.