Interface | Description |
---|---|
ConfigAnnotationHandler |
Implementations of the interface will be called during application
initialization to process any configuration annotations within the
web application.
|
RuntimeAnnotationHandler |
Implementations of this class provide basic caching and processing of
of
Annotation instances. |
Scanner |
Instances of this interface are responsible for scanning a
Class
for a specific annotation types. |
Class | Description |
---|---|
AnnotationManager |
This class represents the central point for annotation handling within a
web application.
|
AnnotationManager.ProcessAnnotationsTask |
This
Callable will leverage the provided Scanner s
to build a mapping between a particular annotation type and an
AnnotationHandler for that type. |
BehaviorConfigHandler |
ConfigAnnotationHandler for FacesBehavior annotated
classes. |
ComponentConfigHandler |
ConfigAnnotationHandler for FacesComponent annotated
classes. |
ConverterConfigHandler |
ConfigAnnotationHandler for FacesConverter annotated
classes. |
ListenerForHandler |
RuntimeAnnotationHandler responsible for processing ListenerFor annotations. |
ListenerForScanner |
Scanner implementation responsible for ListenerFor annotations. |
ManagedBeanConfigHandler |
ConfigAnnotationHandler for ManagedBean annotated
classes. |
NamedEventConfigHandler |
This class handles the processing the NamedEvent annotation.
|
RenderKitConfigHandler |
ConfigAnnotationHandler FacesRenderer annotated classes. |
ResourceDependencyHandler |
RuntimeAnnotationHandler responsible for processing ResourceDependency annotations. |
ResourceDependencyHandler.Expressions |
This helper class hides expression evaluation complexity.
|
ResourceDependencyScanner |
Scanner implementation responsible for ResourceDependency annotations. |
ValidatorConfigHandler |
ConfigAnnotationHandler for FacesValidator annotated
classes. |
ValidatorConfigHandler.ValidatorInfo |
Enum | Description |
---|---|
AnnotationManager.ProcessingTarget |
Enum of the different processing targets and their associated
Scanner s |
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.