org.richfaces.cdk.apt.processors
Class ProcessorBase
java.lang.Object
org.richfaces.cdk.apt.processors.ProcessorBase
- Direct Known Subclasses:
- BehaviorProcessor, ComponentProcessor, ConverterProcessor, EventProcessor, FunctionProcessor, RendererProcessor, ValidatorProcessor
public abstract class ProcessorBase
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorBase
public ProcessorBase()
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.