org.richfaces.cdk.apt.processors
Class ConverterProcessor

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

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

Since:
Jan 4, 2010
Author:
akolonitsky

Constructor Summary
ConverterProcessor()
           
 
Method Summary
protected  java.lang.String[] getAnnotationAttributes(javax.lang.model.element.TypeElement element)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> getProcessedAnnotation()
           
 void process(javax.lang.model.element.Element element, 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
 

Constructor Detail

ConverterProcessor

public ConverterProcessor()
Method Detail

process

public void process(javax.lang.model.element.Element element,
                    ComponentLibrary library)
             throws CdkProcessingException
Description copied from interface: CdkAnnotationProcessor

Specified by:
process in interface CdkAnnotationProcessor
library - TODO
Throws:
CdkProcessingException

getProcessedAnnotation

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

getAnnotationAttributes

protected java.lang.String[] getAnnotationAttributes(javax.lang.model.element.TypeElement element)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.