public interface ConfigAnnotationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
collect(Class<?> target,
Annotation annotation)
Collect metadata based on the provided
Class and
Annotation to be processed later by push(javax.faces.context.FacesContext). |
Collection<Class<? extends Annotation>> |
getHandledAnnotations() |
void |
push(javax.faces.context.FacesContext ctx)
Push |
Collection<Class<? extends Annotation>> getHandledAnnotations()
Collection of annotations handled by this
ConfigAnnotationHandler implementationvoid collect(Class<?> target, Annotation annotation)
Collect metadata based on the provided Class and
Annotation to be processed later by push(javax.faces.context.FacesContext).
NOTE: This method may be called more than once.
target - annotated classannotation - Annotation to processvoid push(javax.faces.context.FacesContext ctx)
Push the configuration based on the collected metadata
to the current application.Copyright © 2010–2024 JBoss by Red Hat. All rights reserved.