com.sun.faces.application.annotation
public interface ConfigAnnotationHandler
Modifier and Type | Method and Description |
---|---|
void |
collect(java.lang.Class<?> target,
java.lang.annotation.Annotation annotation)
Collect metadata based on the provided
Class and
Annotation to be processed later by push(javax.faces.context.FacesContext) . |
java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getHandledAnnotations() |
void |
push(javax.faces.context.FacesContext ctx)
Push |
java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> getHandledAnnotations()
Collection
of annotations handled by this
ConfigAnnotationHandler implementationvoid collect(java.lang.Class<?> target, java.lang.annotation.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 © 2002-2010 Oracle America, Inc. All Rights Reserved.