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(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(FacesContext ctx)
Push the configuration based on the collected metadata
to the current application.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.