| Class | Description |
|---|---|
| ConfigManager |
This class manages the initialization of each web application that uses
JSF.
|
| ConfigureListener |
Parse all relevant JavaServer Faces configuration resources, and
configure the Reference Implementation runtime environment.
|
| FaceletsConfiguration | |
| FacesInitializer |
Adds mappings *.xhtml, /faces, *.jsf, and *.faces for the
FacesServlet (if it hasn't already been mapped) if the following conditions
are met:
The
Set of classes passed to this initializer is not
empty, or
/WEB-INF/faces-config.xml exists, or
A CDI enabled bean with qualifier FacesConfig can be obtained
|
| InitFacesContext |
A special, minimal implementation of FacesContext used at application initialization time.
|
| Verifier |
This class backs the
com.sun.faces.verifyObjects feature which provides basic validation of Components,
Converters, and Validators. |
| WebConfiguration |
Class Documentation
|
| Enum | Description |
|---|---|
| Verifier.ObjectType |
Represent the current Faces object types we validate.
|
| WebConfiguration.BooleanWebContextInitParameter |
An
enum of all boolean context initalization parameters
recognized by the implementation. |
| WebConfiguration.DisableUnicodeEscaping |
An
enum of all possible values for the disableUnicodeEscaping
configuration parameter. |
| WebConfiguration.WebContextInitParameter |
An
enum of all non-boolean context initalization parameters
recognized by the implementation. |
| WebConfiguration.WebEnvironmentEntry |
An
enum of all environment entries (specified in the
web.xml) recognized by the implemenetation. |
| Exception | Description |
|---|---|
| ConfigurationException |
This represents any configuration processing problems that could
occur.
|
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.