Module jakarta.faces
Package com.sun.faces.config
package com.sun.faces.config
-
ClassDescriptionThis class manages the initialization of each web application that uses Faces.This represents any configuration processing problems that could occur.Parse all relevant Faces configuration resources, and configure the Mojarra runtime environment.Initializes Jakarta Faces if at least one of the following conditions is met: The
Set
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.Extra ServletContainerInitializer that picks up the Resource.class annotation.A special, minimal implementation of FacesContext used at application initialization time.This class backs thecom.sun.faces.verifyObjects
feature which provides basic validation of Components, Converters, and Validators.Represent the current Faces object types we validate.Class DocumentationAnenum
of all boolean context initalization parameters recognized by the implementation.Anenum
of all possible values for thedisableUnicodeEscaping
configuration parameter.Anenum
of all non-boolean context initalization parameters recognized by the implementation.Anenum
of all environment entries (specified in the web.xml) recognized by the implemenetation.