public abstract class DefaultServletContextListener extends Object implements ServletContextListener
| Constructor and Description | 
|---|
DefaultServletContextListener()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
contextDestroyed(ServletContextEvent sce)  | 
void | 
contextInitialized(ServletContextEvent sce)  | 
public void contextInitialized(ServletContextEvent sce)
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent sce)
contextDestroyed in interface ServletContextListenerCopyright © 2012–2014 OmniFaces. All rights reserved.