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
|
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
public static Properties getProperties()
Copyright © 2007–2017 WSO2. All rights reserved.