@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(ServletContextEvent context) |
contextDestroyed
public void contextInitialized(ServletContextEvent context)
contextInitialized
in interface ServletContextListener
contextInitialized
in class DefaultServletContextListener