RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt.processors
Class RendererProcessor

java.lang.Object
  extended by org.richfaces.cdk.apt.processors.ProcessorBase
      extended by org.richfaces.cdk.apt.processors.RendererProcessor
All Implemented Interfaces:
CdkAnnotationProcessor

@SupportedAnnotationTypes(value={"javax.faces.component.FacesComponent","org.richfaces.cdk.annotations.JsfRenderer"})
public class RendererProcessor
extends ProcessorBase
implements CdkAnnotationProcessor

Since:
Dec 30, 2009
Author:
akolonitsky

Field Summary
 
Fields inherited from class org.richfaces.cdk.apt.processors.ProcessorBase
log
 
Constructor Summary
RendererProcessor()
           
 
Method Summary
protected  String[] getAnnotationAttributes(TypeElement componentElement)
           
protected  String getComponentType(TypeElement componentElement)
           
 Class<? extends Annotation> getProcessedAnnotation()
           
 void process(Element rendererElement, ComponentLibrary library)
          

 
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
 

Constructor Detail

RendererProcessor

public RendererProcessor()
Method Detail

process

public void process(Element rendererElement,
                    ComponentLibrary library)
Description copied from interface: CdkAnnotationProcessor

Specified by:
process in interface CdkAnnotationProcessor
library - TODO

getComponentType

protected String getComponentType(TypeElement componentElement)

getProcessedAnnotation

public Class<? extends Annotation> getProcessedAnnotation()
Specified by:
getProcessedAnnotation in interface CdkAnnotationProcessor

getAnnotationAttributes

protected String[] getAnnotationAttributes(TypeElement componentElement)

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.