org.richfaces.cdk.apt.processors
Class ComponentProcessor
java.lang.Object
org.richfaces.cdk.apt.processors.ProcessorBase
org.richfaces.cdk.apt.processors.ComponentProcessor
- All Implemented Interfaces:
- CdkAnnotationProcessor
public class ComponentProcessor
- extends ProcessorBase
- implements CdkAnnotationProcessor
That class process component-related annotations such as JsfComponent or
FacesComponent and stores information in model.
- Author:
- asmirnov@exadel.com
| Methods inherited from class org.richfaces.cdk.apt.processors.ProcessorBase |
getAnnotationPropertyOrConstant, getAttributeProcessor, getDocComment, getNamingConventions, getSourceUtils, processAttributes, processTag, setClassNames, setDescription, setNamingConventions, setTagInfo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
ComponentProcessor
public ComponentProcessor()
process
public void process(Element componentElement,
ComponentLibrary library)
- Description copied from interface:
CdkAnnotationProcessor
- Specified by:
process in interface CdkAnnotationProcessor
library - TODO
getProcessedAnnotation
public final Class<? extends Annotation> getProcessedAnnotation()
- Specified by:
getProcessedAnnotation in interface CdkAnnotationProcessor
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.