Interface | Description |
---|---|
WebConfiguration.DeferredLoggingAction | |
WebConfiguration.DeprecationLoggingStrategy |
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
|
ConfigManager |
This class manages the initialization of each web application that uses
JSF.
|
ConfigManager.AnnotationScanTask |
Scans the class files within a web application returning a
Set
of classes that have been annotated with a standard Faces annotation. |
ConfigManager.ParseTask | |
ConfigManager.ProvideMetadataToAnnotationScanTask | |
ConfigManager.URITask | |
ConfigureListener |
Parse all relevant JavaServer Faces configuration resources, and
configure the Reference Implementation runtime environment.
|
ConfigureListener.WebXmlProcessor |
Processes a web application's deployment descriptor looking
for a reference to
javax.faces.webapp.FacesServlet . |
DbfFactory |
Create and configure DocumentBuilderFactory instances.
|
DbfFactory.FacesEntityResolver | |
DbfFactory.FacesErrorHandler | |
DbfFactory.Input | |
DelegateToGlassFishAnnotationScanner | |
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. |
DocumentOrderingWrapper.DocumentOrderingComparator | |
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 /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. |
InitFacesContext |
A special, minimal implementation of FacesContext used at application initialization time.
|
InitFacesContext.ServletContextAdapter | |
JavaClassScanningAnnotationScanner |
This class is responsible for scanning the class file bytes of
classes contained within the web application 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
|
JavaClassScanningAnnotationScanner.ClassFile |
This class is encapsulating binary .class file information as defined at
http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html
This is used by the annotation frameworks to quickly scan .class files
for the presence of annotations.
|
JavaClassScanningAnnotationScanner.ConstantPoolInfo | |
Verifier |
This class backs the
com.sun.faces.verifyObjects
feature which provides basic validation of Components,
Converters, and Validators. |
WebConfiguration |
Class Documentation
|
WebConfiguration.FaceletsConfigParamLoggingStrategy |
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 implementation. |
Exception | Description |
---|---|
ConfigurationException |
This represents any configuration processing problems that could
occur.
|
DocumentOrderingWrapper.CircularDependencyException |
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.