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 ServletContextListener
public void contextDestroyed(ServletContextEvent sce)
contextDestroyed
in interface ServletContextListener
Copyright © 2012–2020 OmniFaces. All rights reserved.