java.lang.Object
com.sun.faces.application.annotation.BehaviorConfigHandler
- All Implemented Interfaces:
- ConfigAnnotationHandler
 ConfigAnnotationHandler for FacesBehavior annotated classes.
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcollect(Class<?> target, Annotation annotation) Collect metadata based on the providedClassandAnnotationto be processed later byConfigAnnotationHandler.push(jakarta.faces.context.FacesContext).Collection<Class<? extends Annotation>> voidpush(FacesContext ctx) Pushthe configuration based on the collected metadata to the current application.
- 
Constructor Details- 
BehaviorConfigHandlerpublic BehaviorConfigHandler()
 
- 
- 
Method Details- 
getHandledAnnotations- Specified by:
- getHandledAnnotationsin interface- ConfigAnnotationHandler
- Returns:
- a Collectionof annotations handled by this ConfigAnnotationHandler implementation
- See Also:
 
- 
collectDescription copied from interface:ConfigAnnotationHandlerCollect metadata based on the provided ClassandAnnotationto be processed later byConfigAnnotationHandler.push(jakarta.faces.context.FacesContext).NOTE: This method may be called more than once. - Specified by:
- collectin interface- ConfigAnnotationHandler
- Parameters:
- target- annotated class
- annotation-- Annotationto process
- See Also:
 
- 
pushDescription copied from interface:ConfigAnnotationHandlerPushthe configuration based on the collected metadata to the current application.- Specified by:
- pushin interface- ConfigAnnotationHandler
- Parameters:
- ctx- the involved faces context
- See Also:
 
 
-