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());
}
Aggregations