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. |
DelegatedEJBScanner |
Scanner implementation responsible for EJB annotations. |
DelegatedPersistenceContextScanner |
Scanner implementation responsible for PersistenceContext
annotations. |
DelegatedPersistenceUnitScanner |
Scanner implementation responsible for PersistenceUnit
annotations. |
DelegatedResourceScanner |
Scanner implementation responsible for link Resource
annotations. |
DelegatedWebServiceRefScanner |
Scanner implementation responsible for WebServiceRef
annotations. |
EJBHandler |
RuntimeAnnotationHandler responsible for processing EJB annotations. |
EJBScanner |
Scanner implementation responsible for EJB annotations. |
FacesComponentUsage | |
JndiHandler |
An abstract RuntimeAnnotationHandler that is capable of dealing with JNDI.
|
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.
|
PersistenceContextHandler |
RuntimeAnnotationHandler responsible for processing annotations. |
PersistenceContextScanner |
Scanner implementation responsible for PersistenceContext annotations. |
PersistenceUnitHandler |
RuntimeAnnotationHandler responsible for processing
PersistenceUnit annotations. |
PersistenceUnitScanner |
Scanner implementation responsible for PersistenceUnit annotations. |
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. |
ResourceHandler |
RuntimeAnnotationHandler responsible for processing Resource
annotations. |
ResourceScanner |
Scanner implementation responsible for Resource annotations. |
ValidatorConfigHandler |
ConfigAnnotationHandler for FacesValidator annotated
classes. |
ValidatorConfigHandler.ValidatorInfo | |
WebServiceRefHandler |
RuntimeAnnotationHandler responsible for processing WebServiceRef
annotations. |
WebServiceRefScanner |
Scanner implementation responsible for WebServiceRef annotations. |
Enum | Description |
---|---|
AnnotationManager.ProcessingTarget |
Enum of the different processing targets and their associated
Scanner s |
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.