org.richfaces.cdk.apt.processors
Class ComponentProcessor

java.lang.Object
  extended by org.richfaces.cdk.apt.processors.ProcessorBase
      extended by 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

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
ComponentProcessor()
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> getProcessedAnnotation()
           
 void process(javax.lang.model.element.Element componentElement, ComponentLibrary library)
          

 
Methods inherited from class org.richfaces.cdk.apt.processors.ProcessorBase
getAttributeProcessor, getDocComment, getNamingConventions, getSourceUtils, processTag, setClassNames, setDescription, setNamingConventions, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ComponentProcessor

public ComponentProcessor()
Method Detail

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.