Uses of Interface
jakarta.servlet.ServletContainerInitializer
Packages that use ServletContainerInitializer
-
Uses of ServletContainerInitializer in com.sun.faces.config
Classes in com.sun.faces.config that implement ServletContainerInitializerModifier and TypeClassDescriptionclass
Initializes Jakarta Faces if at least one of the following conditions is met: TheSet
of classes passed to this initializer contains an user-defined Faces type, orFacesServlet
has been explicitly mapped ,or/WEB-INF/faces-config.xml
exists If it is met, and theFacesServlet
has not been explicitly mapped, then add mappings *.xhtml, /faces, *.jsf, and *.faces for the FacesServlet.class
Extra ServletContainerInitializer that picks up the Resource.class annotation.