org.richfaces.cdk.apt.processors
Class ProcessorBase

java.lang.Object
  extended by org.richfaces.cdk.apt.processors.ProcessorBase
Direct Known Subclasses:
BehaviorProcessor, ComponentProcessor, ConverterProcessor, EventProcessor, FunctionProcessor, RendererProcessor, ValidatorProcessor

public abstract class ProcessorBase
extends java.lang.Object


Constructor Summary
ProcessorBase()
           
 
Method Summary
protected  AttributesProcessor getAttributeProcessor()
          

protected  java.lang.String getDocComment(javax.lang.model.element.Element element)
           
 NamingConventions getNamingConventions()
           
 SourceUtils getSourceUtils()
           
protected  TagModel processTag(org.richfaces.cdk.annotations.Tag tag)
           
protected  void setClassNames(javax.lang.model.element.TypeElement componentElement, ModelElementBase modelElement, java.lang.String generatedClass)
           
protected  void setDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description, java.lang.String docComment)
           
 void setNamingConventions(NamingConventions namingConventions)
           
protected  void setTagInfo(org.richfaces.cdk.annotations.Tag tag, ModelElementBase model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorBase

public ProcessorBase()
Method Detail

getSourceUtils

public SourceUtils getSourceUtils()

setTagInfo

protected void setTagInfo(org.richfaces.cdk.annotations.Tag tag,
                          ModelElementBase model)

processTag

protected TagModel processTag(org.richfaces.cdk.annotations.Tag tag)

setClassNames

protected void setClassNames(javax.lang.model.element.TypeElement componentElement,
                             ModelElementBase modelElement,
                             java.lang.String generatedClass)

getDocComment

protected java.lang.String getDocComment(javax.lang.model.element.Element element)

getAttributeProcessor

protected AttributesProcessor getAttributeProcessor()

Returns:
the attributeProcessor

getNamingConventions

public NamingConventions getNamingConventions()

setNamingConventions

public void setNamingConventions(NamingConventions namingConventions)

setDescription

protected void setDescription(DescriptionGroup model,
                              org.richfaces.cdk.annotations.Description description,
                              java.lang.String docComment)


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