@WebListener public class FacesViewsInitializerListener extends DefaultServletContextListener
FacesViewsInitializer. This part of the initialization is executed
in a separate ServletContextListener, because the FacesServlet has to be available. This is
not guaranteed to be the case in an ServletContainerInitializer.
For a guide on FacesViews, please see the package summary.
| Constructor and Description |
|---|
FacesViewsInitializerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextInitialized(javax.servlet.ServletContextEvent context) |
contextDestroyedpublic void contextInitialized(javax.servlet.ServletContextEvent context)
contextInitialized in interface javax.servlet.ServletContextListenercontextInitialized in class DefaultServletContextListenerCopyright © 2012–2014 OmniFaces. All rights reserved.