| Class | Description |
|---|---|
| AnnotationScanner |
This class is responsible for ensuring that the class file bytes of
classes contained within the web application are scanned for any of the known
Faces configuration Annotations:
javax.faces.component.FacesBehavior
javax.faces.render.FacesBehaviorRenderer
javax.faces.component.FacesComponent
javax.faces.convert.FacesConverter
javax.faces.validator.FacesValidator
javax.faces.render.FacesRenderer
javax.faces.bean.ManagedBean
javax.faces.event.NamedEvent
javax.faces.view.facelets.FaceletsResourceResolver
|
| 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.
|
| DbfFactory |
Create and configure DocumentBuilderFactory instances.
|
| DelegatingAnnotationProvider | |
| DocumentInfo |
Associates a Document with a source URL.
|
| DocumentOrderingWrapper |
This class is used by the config system to order
faces-config
documents found on the classpath or configured explicitly via the
javax.faces.CONFIG_FILES context init parameter. |
| FaceletsConfiguration | |
| FacesConfigInfo |
Wrapper around the
/WEB-INF/faces-config.xml, if present,
to expose information relevant to the intialization of the runtime. |
| 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 |
|---|---|
| DbfFactory.FacesSchema | |
| 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.