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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
ComponentProcessor
public ComponentProcessor()
process
public void process(javax.lang.model.element.Element componentElement,
ComponentLibrary library)
- Description copied from interface:
CdkAnnotationProcessor
-
- Specified by:
process in interface CdkAnnotationProcessor
library - TODO
getProcessedAnnotation
public final java.lang.Class<? extends java.lang.annotation.Annotation> getProcessedAnnotation()
- Specified by:
getProcessedAnnotation in interface CdkAnnotationProcessor
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.