java.lang.Object
com.sun.faces.config.FacesInitializer
- All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer
Initializes Jakarta Faces if at least one of the following conditions is met:
- The
Setof classes passed to this initializer contains an user-defined Faces type, or FacesServlethas been explicitly mapped ,or/WEB-INF/faces-config.xmlexists
FacesServlet has not been explicitly mapped,
then add mappings *.xhtml, /faces, *.jsf, and *.faces for the FacesServlet.-
Field Details
-
FACES_PACKAGE_PREFIX
- See Also:
-
MOJARRA_PACKAGE_PREFIX
- See Also:
-
MOJARRA_TEST_PACKAGE_PREFIX
- See Also:
-
-
Constructor Details
-
FacesInitializer
public FacesInitializer()
-
-
Method Details