public class ComponentProcessor extends ProcessorBase implements CdkAnnotationProcessor
That class process component-related annotations such as JsfComponent or
FacesComponent and stores information in model.
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
log| Constructor and Description |
|---|
ComponentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getProcessedAnnotation() |
void |
process(Element element,
ComponentLibrary library)
|
getAnnotationPropertyOrConstant, getAttributeProcessor, getDocComment, getNamingConventions, getSourceUtils, processAttributes, processTag, setClassNames, setDescription, setNamingConventions, setTagInfopublic static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public void process(Element element, ComponentLibrary library)
CdkAnnotationProcessor
process in interface CdkAnnotationProcessorlibrary - TODOpublic final Class<? extends Annotation> getProcessedAnnotation()
getProcessedAnnotation in interface CdkAnnotationProcessorCopyright © 2014 JBoss by Red Hat. All Rights Reserved.