Package com.sun.faces.application.annotation
-
Interface Summary Interface Description ConfigAnnotationHandler Implementations of the interface will be called during application initialization to process any configuration annotations within the web application. -
Class Summary Class Description AnnotationManager This class represents the central point for annotation handling within a web application.BehaviorConfigHandler ConfigAnnotationHandler
forFacesBehavior
annotated classes.ComponentConfigHandler ConfigAnnotationHandler
forFacesComponent
annotated classes.ConverterConfigHandler ConfigAnnotationHandler
forFacesConverter
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.FacesComponentUsage JndiHandler An abstract RuntimeAnnotationHandler that is capable of dealing with JNDI.ManagedBeanConfigHandler ConfigAnnotationHandler
forManagedBean
annotated classes.NamedEventConfigHandler This class handles the processing the NamedEvent annotation.RenderKitConfigHandler ConfigAnnotationHandler
FacesRenderer
annotated classes.ValidatorConfigHandler ConfigAnnotationHandler
forFacesValidator
annotated classes.