Search in sources :

Example 1 with StartupServletContextListener

use of org.apache.myfaces.webapp.StartupServletContextListener in project wildfly by wildfly.

the class MyFacesContainerInitializer method onStartup.

@Override
public void onStartup(Set<Class<?>> c, ServletContext ctx) throws ServletException {
    super.onStartup(c, ctx);
    ctx.addListener(new StartupServletContextListener());
}
Also used : StartupServletContextListener(org.apache.myfaces.webapp.StartupServletContextListener)

Aggregations

StartupServletContextListener (org.apache.myfaces.webapp.StartupServletContextListener)1