RichFaces CDK Generator 4.2.0.CR1
A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractBinaryOperationTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
Abstract class for all binary (having two operands) operation expression nodes
AbstractBinaryOperationTreeNode(Node, String) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
 
AbstractMethodTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
AbstractMethodTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AbstractMethodTreeNode
 
AbstractPage - Class in org.richfaces.cdk.apt

AbstractPage() - Constructor for class org.richfaces.cdk.apt.AbstractPage
 
AbstractTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This abstract class implement some methods of ITreeNode interface to using in subclasses.
AbstractTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.BehaviorModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.BehaviorRendererModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ComponentModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ConverterModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.EventModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.FacetModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.FunctionModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ListenerModel
 
accept(R, Visitor<R, D>, D) - Method in interface org.richfaces.cdk.model.ModelCollection
 
accept(R, Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ModelSet
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ModelSet
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.PropertyBase
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.RendererModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.RenderKitModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.TagModel
 
accept(Visitor<R, D>, D) - Method in class org.richfaces.cdk.model.ValidatorModel
 
accept(Visitor<R, D>, D) - Method in interface org.richfaces.cdk.model.Visitable
 
AdapterBase<Bean,Model> - Class in org.richfaces.cdk.xmlconfig.model

AdapterBase() - Constructor for class org.richfaces.cdk.xmlconfig.model.AdapterBase
 
add(E) - Method in class org.richfaces.cdk.model.ModelSet
 
addAll(Collection<? extends E>) - Method in class org.richfaces.cdk.model.ModelSet
 
addAnnotation(JavaAnnotation) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addAnnotation(JavaAnnotation) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
AddAttributesToScriptHashStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
AddAttributesToScriptHashStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement
 
addComment(JavaComment) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
addConstant(String, String, String) - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
addEvent(ClassName) - Method in class org.richfaces.cdk.model.ComponentModel
 
addEvent(String) - Method in class org.richfaces.cdk.model.ComponentModel
 
addField(JavaField) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addHelperMethods(HelperMethod) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
addImport(String) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addImport(String, boolean) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addImport(Class<?>) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addImport(JavaImport) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addImport(String) - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
addImports(Iterable<JavaImport>) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addImports(Iterable<JavaImport>) - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
addMethod(JavaMethod) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
addModifier(JavaModifier) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
addOutputFolder(Outputs, File) - Method in class org.richfaces.cdk.Generator
 
addRenderer(FacesId, RendererModel) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
addRenderer(String, RendererModel) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
addRenderKit(String) - Method in class org.richfaces.cdk.model.ComponentLibrary

addRenderKit(FacesId) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
addRequiredMethod(String) - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
addRequiredMethods(HelperMethod...) - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
addSources(Sources, Iterable<File>, Iterable<File>) - Method in class org.richfaces.cdk.Generator
 
addStatement(Class<T>) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
addStatement(TemplateStatement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
addStatement(TemplateStatement) - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
addStatement(int, TemplateStatement) - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkBodyElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkCaseElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkChooseElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkDefaultElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkIfElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkOtherwiseElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkSwitchElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkWhenElement
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeImplementation
 
afterVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.ModelFragment
 
AlreadyProcessedException - Exception in org.richfaces.cdk.templatecompiler

AlreadyProcessedException() - Constructor for exception org.richfaces.cdk.templatecompiler.AlreadyProcessedException
 
AND_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
annotationType() - Method in class org.richfaces.cdk.OutputImpl
 
annotationType() - Method in class org.richfaces.cdk.SourceImpl
 
AnyElement - Class in org.richfaces.cdk.templatecompiler.model

AnyElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.AnyElement
 
apply(GeneratedFacesComponent) - Method in class org.richfaces.cdk.model.FacesComponent.ComponentPredicate
 
apply(Named) - Method in class org.richfaces.cdk.model.Named.NamePredicate
 
AptBuilder - Class in org.richfaces.cdk.apt

That class compiles files from sources and process annotations

AptBuilder() - Constructor for class org.richfaces.cdk.apt.AptBuilder
 
AptException - Exception in org.richfaces.cdk.apt

AptException() - Constructor for exception org.richfaces.cdk.apt.AptException

AptException(String) - Constructor for exception org.richfaces.cdk.apt.AptException

AptException(Throwable) - Constructor for exception org.richfaces.cdk.apt.AptException

AptException(String, Throwable) - Constructor for exception org.richfaces.cdk.apt.AptException

AptModule - Class in org.richfaces.cdk.apt

AptModule() - Constructor for class org.richfaces.cdk.apt.AptModule
 
AptSourceUtils - Class in org.richfaces.cdk.apt

Implementation to use in annotation processor.

AptSourceUtils(ProcessingEnvironment) - Constructor for class org.richfaces.cdk.apt.AptSourceUtils

AptSourceUtils.AptBeanProperty - Class in org.richfaces.cdk.apt

AptSourceUtils.AptBeanProperty(String) - Constructor for class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty

arg(String, ELType) - Static method in class org.richfaces.cdk.templatecompiler.builder.model.Argument
 
Argument - Class in org.richfaces.cdk.templatecompiler.builder.model
Representation of method argument
Argument(String, ELType) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.Argument
 
ArrayUtils - Class in org.richfaces.cdk.util
 
AstBracketSuffixTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstBracketSuffix node.
AstBracketSuffixTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstBracketSuffixTreeNode
 
AstChoiceTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstChoice node.
AstChoiceTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstChoiceTreeNode
 
AstDeferredOrDynamicExpressionTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstDeferredExpression node.
AstDeferredOrDynamicExpressionTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstDeferredOrDynamicExpressionTreeNode
 
AstEmptyTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstEmpty node.
AstEmptyTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstEmptyTreeNode
 
AstFloatingPointTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstFloatingPoint node.
AstFloatingPointTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstFloatingPointTreeNode
 
AstFunctionTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstFunction node.
AstFunctionTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstFunctionTreeNode
 
AstIdentifierTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstIdentifier node.
AstIdentifierTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstIdentifierTreeNode
 
AstIntegerTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstInteger node.
AstIntegerTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstIntegerTreeNode
 
AstLiteralTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstLiteral node.
AstLiteralTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstLiteralTreeNode
 
AstMethodSuffixTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstMethodSuffix node.
AstMethodSuffixTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstMethodSuffixTreeNode
 
AstNegativeTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstNegative node.
AstNegativeTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstNegativeTreeNode
 
AstNotTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstNot node.
AstNotTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstNotTreeNode
 
AstPropertySuffixTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstPropertySuffix node.
AstPropertySuffixTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstPropertySuffixTreeNode
 
AstStringTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstString node.
AstStringTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstStringTreeNode
 
AstValueTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
This class extend AbstractTreeNode and wrap AstValue node.
AstValueTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.AstValueTreeNode
 
asTypeElement(TypeMirror) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
asTypeElement(TypeMirror) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
asTypeElement(TypeMirror) - Method in interface org.richfaces.cdk.apt.SourceUtils

Converts TypeMirror into corresponding TypeElement

Attribute - Class in org.richfaces.cdk.templatecompiler.model

Attribute() - Constructor for class org.richfaces.cdk.templatecompiler.model.Attribute
 
AttributeAdapter - Class in org.richfaces.cdk.xmlconfig.model

AttributeAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.AttributeAdapter
 
AttributeBean - Class in org.richfaces.cdk.xmlconfig.model

AttributeBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
AttributeModel - Class in org.richfaces.cdk.model

AttributeModel() - Constructor for class org.richfaces.cdk.model.AttributeModel
 
AttributeModel(String, boolean, ClassName) - Constructor for class org.richfaces.cdk.model.AttributeModel
 
AttributesProcessor - Interface in org.richfaces.cdk.apt.processors

AttributesProcessorImpl - Class in org.richfaces.cdk.apt.processors

AttributesProcessorImpl(DescriptionProcessor, Provider<SourceUtils>, FragmentParser) - Constructor for class org.richfaces.cdk.apt.processors.AttributesProcessorImpl

AttributesStatement - Class in org.richfaces.cdk.templatecompiler.statements

AttributesStatement(Schema, Provider<WriteAttributeStatement>, Provider<WriteAttributesSetStatement>, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.AttributesStatement
 

B

BeanModelBase - Class in org.richfaces.cdk.model
This is the base class for all Java Bean-like JSF objects in the model.
BeanModelBase() - Constructor for class org.richfaces.cdk.model.BeanModelBase
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkBodyElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkCaseElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkChooseElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkDefaultElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkIfElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkOtherwiseElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkSwitchElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkWhenElement
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeImplementation
 
beforeVisit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.ModelFragment
 
BehaviorAdapter - Class in org.richfaces.cdk.xmlconfig.model
 
BehaviorAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.BehaviorAdapter
 
BehaviorBean - Class in org.richfaces.cdk.xmlconfig.model
 
BehaviorBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
BehaviorBean.BehaviorExtension - Class in org.richfaces.cdk.xmlconfig.model
 
BehaviorBean.BehaviorExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.BehaviorBean.BehaviorExtension
 
BehaviorClassGenerator - Class in org.richfaces.cdk.generate.java
 
BehaviorClassGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.BehaviorClassGenerator
 
BehaviorModel - Class in org.richfaces.cdk.model

BehaviorModel() - Constructor for class org.richfaces.cdk.model.BehaviorModel
 
BehaviorModel(FacesId) - Constructor for class org.richfaces.cdk.model.BehaviorModel
 
BehaviorProcessor - Class in org.richfaces.cdk.apt.processors

BehaviorProcessor() - Constructor for class org.richfaces.cdk.apt.processors.BehaviorProcessor
 
BehaviorRendererAdapter - Class in org.richfaces.cdk.xmlconfig.model

BehaviorRendererAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.BehaviorRendererAdapter
 
BehaviorRendererBean - Class in org.richfaces.cdk.xmlconfig.model

BehaviorRendererBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean
 
BehaviorRendererBean.BehaviorRendererExtension - Class in org.richfaces.cdk.xmlconfig.model

BehaviorRendererBean.BehaviorRendererExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean.BehaviorRendererExtension
 
BehaviorRendererModel - Class in org.richfaces.cdk.model

BehaviorRendererModel(FacesId) - Constructor for class org.richfaces.cdk.model.BehaviorRendererModel
 
BehaviorRendererModel() - Constructor for class org.richfaces.cdk.model.BehaviorRendererModel
 
BehaviorRendererProcessor - Class in org.richfaces.cdk.apt.processors

BehaviorRendererProcessor() - Constructor for class org.richfaces.cdk.apt.processors.BehaviorRendererProcessor
 
BinaryArithmeticIntegerOperationTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
BinaryArithmeticIntegerOperationTreeNode(Node, String) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticIntegerOperationTreeNode
 
BinaryArithmeticOperationTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
BinaryArithmeticOperationTreeNode(Node, String) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticOperationTreeNode
 
BinaryBooleanOperationTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
BinaryBooleanOperationTreeNode(Node, String) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanOperationTreeNode
 
BinaryBooleanResultOperationTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
BinaryBooleanResultOperationTreeNode(Node, String) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanResultOperationTreeNode
 
BOOLEAN_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 
BOXING_CLASSES - Static variable in class org.richfaces.cdk.util.JavaUtils
 
build() - Method in class org.richfaces.cdk.apt.AptBuilder
 
build() - Method in interface org.richfaces.cdk.LibraryBuilder

Build library model from all available sources.

build() - Method in interface org.richfaces.cdk.ModelBuilder

Build library model.

build() - Method in class org.richfaces.cdk.templatecompiler.RendererTemplateParser
 
build(File) - Method in class org.richfaces.cdk.templatecompiler.RendererTemplateParser
 
build() - Method in class org.richfaces.cdk.xmlconfig.FacesConfigParser
 
buildVariables() - Static method in class org.richfaces.cdk.templatecompiler.TemplateModule
 
BUILT_IN - Static variable in class org.richfaces.cdk.templatecompiler.statements.RendererUtilsMethod
 

C

CallbackException - Exception in org.richfaces.cdk.model.validator

CallbackException(String) - Constructor for exception org.richfaces.cdk.model.validator.CallbackException
 
capitalizeName() - Method in class org.richfaces.cdk.generate.freemarker.FacetTemplateModel
 
capitalizeName() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
CaseStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
CaseStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.CaseStatement
 
CDK_EXTENSIONS_NAMESPACE - Static variable in class org.richfaces.cdk.model.ComponentLibrary
 
CDK_NAMESPACE - Static variable in class org.richfaces.cdk.templatecompiler.model.Template
 
CDK_PASS_THROUGH_NAMESPACE - Static variable in class org.richfaces.cdk.templatecompiler.model.Template
 
CdkAnnotationProcessor - Interface in org.richfaces.cdk.apt.processors

CdkBodyElement - Class in org.richfaces.cdk.templatecompiler.model

CdkBodyElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkBodyElement
 
CdkCallElement - Class in org.richfaces.cdk.templatecompiler.model

CdkCallElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkCallElement
 
CdkCaseElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkCaseElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkCaseElement
 
CdkChooseElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkChooseElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkChooseElement
 
CdkClassLoader - Class in org.richfaces.cdk

CdkClassLoader(Iterable<File>) - Constructor for class org.richfaces.cdk.CdkClassLoader
 
CdkClassLoader(Iterable<File>, ClassLoader) - Constructor for class org.richfaces.cdk.CdkClassLoader
 
CdkClassLoader(ClassLoader) - Constructor for class org.richfaces.cdk.CdkClassLoader
 
CdkConditionalJstlElementBase - Class in org.richfaces.cdk.templatecompiler.model
 
CdkConditionalJstlElementBase() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkConditionalJstlElementBase
 
CdkConfiguration - Class in org.richfaces.cdk.generate.freemarker

CdkConfiguration(ObjectWrapper, Logger, FreeMakerUtils) - Constructor for class org.richfaces.cdk.generate.freemarker.CdkConfiguration
 
CdkDefaultElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkDefaultElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkDefaultElement
 
CdkEntityResolver - Class in org.richfaces.cdk.xmlconfig

That class resolves entities used by CDK ( standard JSF schemas, extensions, configuration fragments.)

CdkEntityResolver() - Constructor for class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
CdkException - Exception in org.richfaces.cdk

CdkException() - Constructor for exception org.richfaces.cdk.CdkException

CdkException(String) - Constructor for exception org.richfaces.cdk.CdkException

CdkException(Throwable) - Constructor for exception org.richfaces.cdk.CdkException

CdkException(String, Throwable) - Constructor for exception org.richfaces.cdk.CdkException

CdkForEachElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkForEachElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
CDKHandler - Class in org.richfaces.cdk

CDKHandler(Logger) - Constructor for class org.richfaces.cdk.CDKHandler
 
CdkIfElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkIfElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkIfElement
 
CdkObjectElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkObjectElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
CdkOtherwiseElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkOtherwiseElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkOtherwiseElement
 
CdkProcessingException - Exception in org.richfaces.cdk

That exception indicates recoverable CDK error, that it is, means errors in source code or configuration files that makes project build failed, so no result shulde be generated, but does not stop further processing of other classes or files.

CdkProcessingException() - Constructor for exception org.richfaces.cdk.CdkProcessingException

CdkProcessingException(String) - Constructor for exception org.richfaces.cdk.CdkProcessingException

CdkProcessingException(Throwable) - Constructor for exception org.richfaces.cdk.CdkProcessingException

CdkProcessingException(String, Throwable) - Constructor for exception org.richfaces.cdk.CdkProcessingException

CdkProcessor - Interface in org.richfaces.cdk.apt

Base class for all CDK Annotation processors.

CdkProcessorImpl - Class in org.richfaces.cdk.apt

Base class for all CDK Annotation processors.

CdkProcessorImpl() - Constructor for class org.richfaces.cdk.apt.CdkProcessorImpl
 
CdkScriptObjectElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkScriptObjectElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
CdkScriptOptionElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkScriptOptionElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
CdkSwitchElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkSwitchElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkSwitchElement
 
CdkWhenElement - Class in org.richfaces.cdk.templatecompiler.model
 
CdkWhenElement() - Constructor for class org.richfaces.cdk.templatecompiler.model.CdkWhenElement
 
CdkWriter - Interface in org.richfaces.cdk

CLASS_TO_CLASS_NAME - Static variable in class org.richfaces.cdk.util.JavaUtils
 
ClassAdapter - Class in org.richfaces.cdk.xmlconfig.model

ClassAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.ClassAdapter
 
ClassGeneratorModule - Class in org.richfaces.cdk.generate.java

ClassGeneratorModule() - Constructor for class org.richfaces.cdk.generate.java.ClassGeneratorModule
 
ClassImport - Class in org.richfaces.cdk.templatecompiler.model
 
ClassImport() - Constructor for class org.richfaces.cdk.templatecompiler.model.ClassImport
 
ClassName - Class in org.richfaces.cdk.model

Tthat class represents information about Jsf object class.

ClassName(Class<?>) - Constructor for class org.richfaces.cdk.model.ClassName

ClassName(String) - Constructor for class org.richfaces.cdk.model.ClassName

ClassNameModel - Class in org.richfaces.cdk.generate.freemarker

ClassNameModel(ClassName, BeansWrapper) - Constructor for class org.richfaces.cdk.generate.freemarker.ClassNameModel
 
clear() - Method in class org.richfaces.cdk.model.ModelSet
 
ClientBehavior - Class in org.richfaces.cdk.templatecompiler.model
 
ClientBehavior() - Constructor for class org.richfaces.cdk.templatecompiler.model.ClientBehavior
 
close() - Method in class org.richfaces.cdk.CDKHandler
 
coerceToBoolean(String, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
 
coerceToType(String, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
COLON - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
COMMA - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
COMPARATOR - Static variable in interface org.richfaces.cdk.templatecompiler.builder.model.JavaImport
 
ComparatorUtils - Class in org.richfaces.cdk.util
Helper methods for comparable types
compare(QName, QName) - Method in class org.richfaces.cdk.templatecompiler.QNameComparator
 
compareTo(ClassName) - Method in class org.richfaces.cdk.model.ClassName
 
compareTo(FacesId) - Method in class org.richfaces.cdk.model.FacesId
 
compareTo(PassThrough) - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough
 
CompilationTaskFactory - Interface in org.richfaces.cdk.apt

ComplexType - Class in org.richfaces.cdk.templatecompiler.el.types
 
ComplexType(ELType, ELType[], int) - Constructor for class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
COMPONENT_FAMILY - Static variable in class org.richfaces.cdk.apt.processors.ComponentProcessor
 
COMPONENT_TYPE - Static variable in class org.richfaces.cdk.apt.processors.ComponentProcessor
 
COMPONENT_VARIABLE - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
ComponentAdapter - Class in org.richfaces.cdk.xmlconfig.model

ComponentAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.ComponentAdapter
 
ComponentBean - Class in org.richfaces.cdk.xmlconfig.model

ComponentBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.ComponentBean
 
ComponentBean.ComponentExtension - Class in org.richfaces.cdk.xmlconfig.model
 
ComponentBean.ComponentExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension
 
ComponentClassGenerator - Class in org.richfaces.cdk.generate.java

ComponentClassGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.ComponentClassGenerator
 
ComponentLibrary - Class in org.richfaces.cdk.model

That class contains model of all JSF components asscoiated with that project

ComponentLibrary() - Constructor for class org.richfaces.cdk.model.ComponentLibrary

ComponentModel - Class in org.richfaces.cdk.model
That class represents JSF component in the CDK.
ComponentModel(FacesId) - Constructor for class org.richfaces.cdk.model.ComponentModel
 
ComponentModel() - Constructor for class org.richfaces.cdk.model.ComponentModel
 
ComponentProcessor - Class in org.richfaces.cdk.apt.processors

That class process component-related annotations such as JsfComponent or FacesComponent and stores information in model.

ComponentProcessor() - Constructor for class org.richfaces.cdk.apt.processors.ComponentProcessor
 
COMPOSITE_NAMESPACE - Static variable in class org.richfaces.cdk.templatecompiler.model.Template
 
CompositeImplementation - Class in org.richfaces.cdk.templatecompiler.model

CompositeImplementation() - Constructor for class org.richfaces.cdk.templatecompiler.model.CompositeImplementation
 
CompositeInterface - Class in org.richfaces.cdk.templatecompiler.model

CompositeInterface() - Constructor for class org.richfaces.cdk.templatecompiler.model.CompositeInterface
 
ConfigExtension - Class in org.richfaces.cdk.model

That class represents all faces-config "extension" fields.

ConfigExtension() - Constructor for class org.richfaces.cdk.model.ConfigExtension
 
configure() - Method in class org.richfaces.cdk.apt.AptModule
 
configure() - Method in class org.richfaces.cdk.generate.java.ClassGeneratorModule
 
configure() - Method in class org.richfaces.cdk.generate.taglib.TaglibModule
 
configure() - Method in class org.richfaces.cdk.Generator.CdkConfigurationModule
 
configure() - Method in class org.richfaces.cdk.model.ModelModule
 
configure() - Method in class org.richfaces.cdk.templatecompiler.TemplateModule
 
configure() - Method in class org.richfaces.cdk.xmlconfig.XmlModule
 
ConstantReturnMethodBodyStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
ConstantReturnMethodBodyStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.ConstantReturnMethodBodyStatement
 
ConstantValueTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
contains(Object) - Method in class org.richfaces.cdk.model.ModelSet
 
containsAll(Collection<?>) - Method in class org.richfaces.cdk.model.ModelSet
 
ContextVariables - Annotation Type in org.richfaces.cdk.generate.freemarker

Marks FreeMarkerRenderer instance that is targeted to work with JSF library model

CONVERT_TO_BOOLEAN_FUNCTION - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
CONVERT_TO_STRING_FUNCTION - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
ConverterAdapter - Class in org.richfaces.cdk.xmlconfig.model
 
ConverterAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.ConverterAdapter
 
ConverterBean - Class in org.richfaces.cdk.xmlconfig.model
 
ConverterBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
ConverterBean.ConverterExtension - Class in org.richfaces.cdk.xmlconfig.model
 
ConverterBean.ConverterExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.ConverterBean.ConverterExtension
 
ConverterClassGenerator - Class in org.richfaces.cdk.generate.java
 
ConverterClassGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.ConverterClassGenerator
 
ConverterModel - Class in org.richfaces.cdk.model

ConverterModel() - Constructor for class org.richfaces.cdk.model.ConverterModel
 
ConverterModel(FacesId) - Constructor for class org.richfaces.cdk.model.ConverterModel
 
ConverterProcessor - Class in org.richfaces.cdk.apt.processors
 
ConverterProcessor() - Constructor for class org.richfaces.cdk.apt.processors.ConverterProcessor
 
copyProperties(Object, Object) - Static method in class org.richfaces.cdk.util.JavaUtils
 
create() - Static method in class org.richfaces.cdk.model.ModelMap
 
create() - Static method in class org.richfaces.cdk.model.ModelSet
 
create(Comparator<T>) - Static method in class org.richfaces.cdk.model.ModelSet
 
create(String) - Static method in class org.richfaces.cdk.model.Name

Creates RichFaces name representation from string.

create(String, String) - Static method in class org.richfaces.cdk.model.Name
 
create(String, Name.Classifier, String) - Static method in class org.richfaces.cdk.model.Name
 
createAttribute() - Method in class org.richfaces.cdk.model.BeanModelBase
 
createAttribute() - Method in class org.richfaces.cdk.model.RendererModel
 
createBean(Class<? extends Bean>, Model) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase

This method creates adapter object and copies properties from model object to adapter.

createExtension(D) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase
 
createModelElement(Class<? extends Model>, Bean) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase
 
createOutput(String, long) - Method in interface org.richfaces.cdk.FileManager

Create new file in output folder.

createOutput(String, long) - Method in class org.richfaces.cdk.Generator.EmptyFileManager
 
createOutput(String, long) - Method in class org.richfaces.cdk.OutputFileManagerImpl
 
createOutput(String, long) - Method in class org.richfaces.cdk.SourceFileManagerImpl
 
createUnmarshaller(ValidationEventHandler) - Method in class org.richfaces.cdk.templatecompiler.model.ElementsHandler
 
createVisitor(CompositeInterface, Collection<PropertyBase>) - Method in interface org.richfaces.cdk.templatecompiler.TemplateVisitorFactory
 
createVisitor(CompositeInterface, Collection<PropertyBase>) - Method in class org.richfaces.cdk.templatecompiler.VisitorFactoryImpl
 
cut(String, int) - Static method in class org.richfaces.cdk.util.Strings

Remove characters from string end


D

DEFAULT_BEHAVIOR_HANDLER - Static variable in class org.richfaces.cdk.model.validator.ValidatorImpl
 
DEFAULT_COMPONENT_HANDLER - Static variable in class org.richfaces.cdk.model.validator.ValidatorImpl
 
DEFAULT_CONVERTER_HANDLER - Static variable in class org.richfaces.cdk.model.validator.ValidatorImpl
 
DEFAULT_VALIDATOR_HANDLER - Static variable in class org.richfaces.cdk.model.validator.ValidatorImpl
 
defaultAction(Visitable, D) - Method in class org.richfaces.cdk.model.SimpleVisitor

Default action for all visitXXX method.

DefaultImports - Annotation Type in org.richfaces.cdk.generate.freemarker

Marks FreeMarkerRenderer instance that is targeted to work with JSF library model

DefineObjectStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
DefineObjectStatement(Logger, FreeMarkerRenderer, ELParser, TypesFactory) - Constructor for class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement
 
DescriptionGroup - Interface in org.richfaces.cdk.model

DescriptionGroup.Icon - Class in org.richfaces.cdk.model

DescriptionGroup.Icon() - Constructor for class org.richfaces.cdk.model.DescriptionGroup.Icon
 
DescriptionGroupBase - Class in org.richfaces.cdk.model
 
DescriptionGroupBase() - Constructor for class org.richfaces.cdk.model.DescriptionGroupBase
 
DescriptionGroupBean - Class in org.richfaces.cdk.xmlconfig.model
 
DescriptionGroupBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
 
DescriptionProcessor - Interface in org.richfaces.cdk.apt.processors

Implementation of that interface process Description annotation and set information from it into model.

DescriptionProcessorImpl - Class in org.richfaces.cdk.apt.processors

DescriptionProcessorImpl(Provider<SourceUtils>) - Constructor for class org.richfaces.cdk.apt.processors.DescriptionProcessorImpl
 
determineNodeType(Node) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
This method determine type of parsed node and create wrapper for them, that extends AbstractTreeNode.
DIV_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
DOT - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
DOT_JOINER - Static variable in class org.richfaces.cdk.util.Strings
 
DOUBLE_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 
DOUBLE_VALUE_OF_FUNCTION - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
DummyPropertyDescriptor - Class in org.richfaces.cdk.templatecompiler.el.types

DummyPropertyDescriptor(String) - Constructor for class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
DummyPropertyImpl - Class in org.richfaces.cdk.apt
 
DummyPropertyImpl(String) - Constructor for class org.richfaces.cdk.apt.DummyPropertyImpl
 

E

ElementAdapterBase<Bean extends ElementBeanBase,Model extends BeanModelBase> - Class in org.richfaces.cdk.xmlconfig.model
 
ElementAdapterBase() - Constructor for class org.richfaces.cdk.xmlconfig.model.ElementAdapterBase
 
ElementBeanBase<E extends ConfigExtension> - Class in org.richfaces.cdk.xmlconfig.model
TODO - is the tho different collections are necessary ?
ElementBeanBase() - Constructor for class org.richfaces.cdk.xmlconfig.model.ElementBeanBase
 
ElementsHandler - Class in org.richfaces.cdk.templatecompiler.model

ElementsHandler() - Constructor for class org.richfaces.cdk.templatecompiler.model.ElementsHandler
Default constructor.
ElementsHandler(DocumentBuilder) - Constructor for class org.richfaces.cdk.templatecompiler.model.ElementsHandler
Constructor that allows applications to specify which DOM implementation to be used.
ElementStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
ElementStatement(FreeMarkerRenderer, String) - Constructor for class org.richfaces.cdk.templatecompiler.statements.ElementStatement
 
ELNodeConstants - Class in org.richfaces.cdk.templatecompiler.el
 
ELParser - Interface in org.richfaces.cdk.templatecompiler
 
ELParserImpl - Class in org.richfaces.cdk.templatecompiler.el
 
ELParserImpl(TypesFactory, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.el.ELParserImpl
 
ELPropertyDescriptor - Interface in org.richfaces.cdk.templatecompiler.el.types

Simplified version of JavaBean property descriptor, used by EL-parser.

ELType - Interface in org.richfaces.cdk.templatecompiler.el.types
This class represents abstraction from concrete Java classes, used by EL compiler or template generator.
ELTypeTemplateModel - Class in org.richfaces.cdk.templatecompiler

ELTypeTemplateModel(ELType, BeansWrapper) - Constructor for class org.richfaces.cdk.templatecompiler.ELTypeTemplateModel
 
ELVisitor - Class in org.richfaces.cdk.templatecompiler.el
Entry point for parsing EL expressions.
ELVisitor(Logger, TypesFactory) - Constructor for class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
EmptyAnnotationValueVisitor<R> - Class in org.richfaces.cdk.apt.processors
 
EmptyAnnotationValueVisitor() - Constructor for class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
ENCODE_METHOD_VARIABLES - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
EncodeMethodPrefaceStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
EncodeMethodPrefaceStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.EncodeMethodPrefaceStatement
 
endElement(AnyElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkBodyElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkIfElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkWhenElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkChooseElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkOtherwiseElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkForEachElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkSwitchElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkCaseElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkDefaultElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkScriptObjectElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
endElement(CdkBodyElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(AnyElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkIfElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkChooseElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkWhenElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkOtherwiseElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkForEachElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkSwitchElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkCaseElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkDefaultElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
endElement(CdkScriptObjectElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
EndElementStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
EndElementStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.EndElementStatement
 
EQUALITY_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
EqualityTestTreeNode - Class in org.richfaces.cdk.templatecompiler.el.node
 
EqualityTestTreeNode(Node) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.EqualityTestTreeNode
 
EqualityTestTreeNode(Node, boolean) - Constructor for class org.richfaces.cdk.templatecompiler.el.node.EqualityTestTreeNode
 
equals(Object) - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
equals(Object) - Method in class org.richfaces.cdk.model.ClassName
 
equals(Object) - Method in class org.richfaces.cdk.model.EventName
 
equals(Object) - Method in class org.richfaces.cdk.model.FacesId
 
equals(Object) - Method in class org.richfaces.cdk.OutputImpl
 
equals(Object) - Method in class org.richfaces.cdk.SourceImpl
 
equals(Object) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
equals(Object) - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
equals(Object) - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
equals(Object) - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
equals(Object) - Method in class org.richfaces.cdk.util.Pair
 
EventAdapter - Class in org.richfaces.cdk.xmlconfig.model

EventAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.EventAdapter
 
EventBean - Class in org.richfaces.cdk.xmlconfig.model

EventBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.EventBean
 
EventModel - Class in org.richfaces.cdk.model

That bean represent FacesEvent subclass that can be fired by component.

EventModel() - Constructor for class org.richfaces.cdk.model.EventModel
 
EventName - Class in org.richfaces.cdk.model

EventName() - Constructor for class org.richfaces.cdk.model.EventName
 
EventProcessor - Class in org.richfaces.cdk.apt.processors

This class processes annotations for FacesEvents.

EventProcessor() - Constructor for class org.richfaces.cdk.apt.processors.EventProcessor
 
EventSourceInterfaceGenerator - Class in org.richfaces.cdk.generate.java
 
EventSourceInterfaceGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.EventSourceInterfaceGenerator
 
EventTemplateModel - Class in org.richfaces.cdk.generate.freemarker
 
EventTemplateModel(EventModel, BeansWrapper) - Constructor for class org.richfaces.cdk.generate.freemarker.EventTemplateModel

EXCLAMATION_MARK - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
execute() - Method in class org.richfaces.cdk.Generator
 
Extensible<E extends ConfigExtension> - Interface in org.richfaces.cdk.model

That interface marks all faces-config elements that have 'extension' element.

ExtensibleBean<E extends ConfigExtension> - Class in org.richfaces.cdk.xmlconfig.model

ExtensibleBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.ExtensibleBean
 
ExtensionBeanBase - Class in org.richfaces.cdk.xmlconfig.model
 
ExtensionBeanBase() - Constructor for class org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase
 

F

FACES_CONFIG_NAMESPACE - Static variable in class org.richfaces.cdk.model.ComponentLibrary
 
FACES_CONFIG_SCHEMA_LOCATION - Static variable in class org.richfaces.cdk.model.ComponentLibrary
 
FACES_CONTEXT_VARIABLE - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
FACES_SCHEMA_LOCATION - Static variable in class org.richfaces.cdk.xmlconfig.FacesConfigGenerator
 
FacesComponent - Interface in org.richfaces.cdk.model
 
FacesComponent.ComponentPredicate - Class in org.richfaces.cdk.model

This predicate can be used to lookup component in ModelCollection by id.

FacesComponent.ComponentPredicate(FacesId) - Constructor for class org.richfaces.cdk.model.FacesComponent.ComponentPredicate

FacesComponent.ComponentPredicate(String) - Constructor for class org.richfaces.cdk.model.FacesComponent.ComponentPredicate

FacesConfigAdapter - Class in org.richfaces.cdk.xmlconfig.model

FacesConfigAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacesConfigAdapter
 
FacesConfigBean - Class in org.richfaces.cdk.xmlconfig.model

FacesConfigBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
FacesConfigBean.FacesConfigExtension - Class in org.richfaces.cdk.xmlconfig.model
 
FacesConfigBean.FacesConfigExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension
 
FacesConfigGenerator - Class in org.richfaces.cdk.xmlconfig

FacesConfigGenerator() - Constructor for class org.richfaces.cdk.xmlconfig.FacesConfigGenerator
 
FacesConfigNamespacePreffixMapper - Class in org.richfaces.cdk.xmlconfig

FacesConfigNamespacePreffixMapper() - Constructor for class org.richfaces.cdk.xmlconfig.FacesConfigNamespacePreffixMapper
 
FacesConfigParser - Class in org.richfaces.cdk.xmlconfig

FacesConfigParser() - Constructor for class org.richfaces.cdk.xmlconfig.FacesConfigParser
 
FacesId - Class in org.richfaces.cdk.model

This is a FacesId class that should be used to find JSF elements in ComponentLibrary

FacesId(String) - Constructor for class org.richfaces.cdk.model.FacesId

FacesIdAdapter - Class in org.richfaces.cdk.xmlconfig.model

FacesIdAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacesIdAdapter
 
FacetAdapter - Class in org.richfaces.cdk.xmlconfig.model

FacetAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacetAdapter
 
FacetBean - Class in org.richfaces.cdk.xmlconfig.model

FacetBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacetBean
 
FacetBean.FacetExtension - Class in org.richfaces.cdk.xmlconfig.model

FacetBean.FacetExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.FacetBean.FacetExtension
 
FacetModel - Class in org.richfaces.cdk.model

FacetModel() - Constructor for class org.richfaces.cdk.model.FacetModel
 
FacetTemplateModel - Class in org.richfaces.cdk.generate.freemarker

FacetTemplateModel(FacetModel, BeansWrapper) - Constructor for class org.richfaces.cdk.generate.freemarker.FacetTemplateModel

FALSE_NODE - Static variable in class org.richfaces.cdk.templatecompiler.el.node.ConstantValueTreeNode
 
FALSE_VALUE - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
FIELDS_TRANSFORM - Static variable in interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
 
FileManager - Interface in org.richfaces.cdk

find(Predicate<? super E>) - Method in interface org.richfaces.cdk.model.ModelCollection
 
find(Predicate<? super E>) - Method in class org.richfaces.cdk.model.ModelSet
 
firstNonEmpty(String...) - Static method in class org.richfaces.cdk.util.Strings
 
firstToLowerCase(String) - Static method in class org.richfaces.cdk.util.Strings

Change case of the first character to lower, as it required by the Java Beans property and setter/getter method name conventions:

firstToUpperCase(String) - Static method in class org.richfaces.cdk.util.Strings

Change case of the first character to upper, as it required by the Java Beans property and setter/getter method name conventions:

flush() - Method in class org.richfaces.cdk.CDKHandler
 
ForEachStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
ForEachStatement(FreeMarkerRenderer, ELParser, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
Fragment - Class in org.richfaces.cdk.xmlconfig.model

Fragment() - Constructor for class org.richfaces.cdk.xmlconfig.model.Fragment
 
FragmentParser - Class in org.richfaces.cdk.xmlconfig

That class parses xml document with fragment of faces-config ( eg, standard component attributes )

FragmentParser(JAXB) - Constructor for class org.richfaces.cdk.xmlconfig.FragmentParser
 
FreeMakerUtils - Class in org.richfaces.cdk.generate.freemarker

This class implements different utility functions used by generator.

FreeMakerUtils() - Constructor for class org.richfaces.cdk.generate.freemarker.FreeMakerUtils
 
FreeMarkerRenderer - Interface in org.richfaces.cdk.generate.freemarker
 
FreeMarkerTemplateStatementBase - Class in org.richfaces.cdk.templatecompiler.statements
 
FreeMarkerTemplateStatementBase(FreeMarkerRenderer, String) - Constructor for class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
FreeMarkerWriter<C> - Class in org.richfaces.cdk.generate.freemarker

Base class for all output file buildes that use FreeMarker as template engine.

FreeMarkerWriter(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.freemarker.FreeMarkerWriter
 
FunctionAdapter - Class in org.richfaces.cdk.xmlconfig.model

FunctionAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.FunctionAdapter
 
FunctionBean - Class in org.richfaces.cdk.xmlconfig.model
 
FunctionBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.FunctionBean
 
FunctionModel - Class in org.richfaces.cdk.model

FunctionModel() - Constructor for class org.richfaces.cdk.model.FunctionModel
 
FunctionProcessor - Class in org.richfaces.cdk.apt.processors

FunctionProcessor() - Constructor for class org.richfaces.cdk.apt.processors.FunctionProcessor
 

G

generate(ComponentLibrary) - Method in class org.richfaces.cdk.apt.AptBuilder
 
generate(ComponentLibrary, C) - Method in class org.richfaces.cdk.generate.freemarker.FreeMarkerWriter
 
generate(ComponentLibrary) - Method in interface org.richfaces.cdk.LibraryBuilder
Generate all types of files from library model.
GeneratedFacesComponent - Interface in org.richfaces.cdk.model

This Interface describes all JSF objects that can be generated by cdk:

Generator - Class in org.richfaces.cdk
 
Generator() - Constructor for class org.richfaces.cdk.Generator
 
Generator.CdkConfigurationModule - Class in org.richfaces.cdk
 
Generator.CdkConfigurationModule() - Constructor for class org.richfaces.cdk.Generator.CdkConfigurationModule
 
Generator.EmptyFileManager - Class in org.richfaces.cdk
 
Generator.EmptyFileManager() - Constructor for class org.richfaces.cdk.Generator.EmptyFileManager
 
get() - Method in interface org.richfaces.cdk.apt.CompilationTaskFactory
 
get() - Method in class org.richfaces.cdk.apt.SourceUtilsProvider
 
get() - Method in class org.richfaces.cdk.apt.TaskFactoryImpl
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.ClassNameModel
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.EventTemplateModel
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.FacetTemplateModel
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.FreeMakerUtils
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
get(String) - Method in class org.richfaces.cdk.generate.freemarker.TagTemplateModel
 
get(String) - Static method in class org.richfaces.cdk.model.ClassName
 
get(Class) - Static method in class org.richfaces.cdk.model.ClassName
 
get(String) - Method in class org.richfaces.cdk.templatecompiler.MethodBodyTemplateModel
 
get() - Method in class org.richfaces.cdk.templatecompiler.XhtmlElSchemaProvider
 
GET_FUNCTION - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
getAbstractBeanProperties(TypeElement) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getAbstractBeanProperties(TypeElement) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getAbstractBeanProperties(TypeElement) - Method in interface org.richfaces.cdk.apt.SourceUtils

getAccessType() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
getAccessType() - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
getAccessType() - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty
 
getAliasFor() - Method in class org.richfaces.cdk.model.PropertyBase

getAliasFor() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getAnnotation(Class<T>) - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
getAnnotation(Class<T>) - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
getAnnotation(Class<T>) - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty
 
getAnnotationAttributes(TypeElement) - Method in class org.richfaces.cdk.apt.processors.RendererProcessor
 
getAnnotationMirror(Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
getAnnotationMirror(Element, Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getAnnotationMirror(Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
getAnnotationMirror(Element, Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getAnnotationMirror(Class<? extends Annotation>) - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty
 
getAnnotationMirror(Element, Class<? extends Annotation>) - Method in interface org.richfaces.cdk.apt.SourceUtils

Get model representation of the annotation for given model element

getAnnotationPropertyOrConstant(TypeElement, AnnotationMirror, String, String) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
getAnnotations() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
getAnnotationValue(AnnotationMirror, String, Class<T>) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getAnnotationValue(AnnotationMirror, String, Class<T>) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getAnnotationValue(AnnotationMirror, String, Class<T>) - Method in interface org.richfaces.cdk.apt.SourceUtils

getAnnotationValues(AnnotationMirror, String, Class<T>) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getAnnotationValues(AnnotationMirror, String, Class<T>) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getAnnotationValues(AnnotationMirror, String, Class<T>) - Method in interface org.richfaces.cdk.apt.SourceUtils

getArguments() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
 
getArguments() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
getArgumentTypes() - Method in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
 
getAsString() - Method in class org.richfaces.cdk.generate.freemarker.FacetTemplateModel

getAsString() - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
getAsString() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel

getAsString() - Method in class org.richfaces.cdk.templatecompiler.ELTypeTemplateModel
 
getAsString() - Method in class org.richfaces.cdk.templatecompiler.MethodBodyTemplateModel
 
getAsString() - Method in class org.richfaces.cdk.templatecompiler.QNameTemplateModel
 
getAttribute() - Method in enum org.richfaces.cdk.generate.taglib.ListenerAttributes
 
getAttribute(String) - Method in class org.richfaces.cdk.model.BeanModelBase

Return bean attribute for given name.

getAttributeKind(String) - Method in class org.richfaces.cdk.templatecompiler.statements.AttributesStatement
 
getAttributeName() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement
 
getAttributeProcessor() - Method in class org.richfaces.cdk.apt.processors.ProcessorBase

getAttributes() - Method in class org.richfaces.cdk.model.BeanModelBase

Represents JSF component attributes and properties.

getAttributes() - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

getAttributes() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
getAttributes() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getAttributes() - Method in class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement

getAttributes() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributesSetStatement

getAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.ElementBeanBase
 
getAttributesImports() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getBase() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
getBaseClass() - Method in class org.richfaces.cdk.model.BehaviorRendererModel

getBaseClass() - Method in interface org.richfaces.cdk.model.GeneratedFacesComponent

getBaseClass() - Method in class org.richfaces.cdk.model.ModelElementBase
 
getBaseClass() - Method in class org.richfaces.cdk.model.TagModel

getBaseClass() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getBaseClass() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean.BehaviorRendererExtension

getBaseClass() - Method in class org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase

getBaseExpression() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getBaseName() - Method in class org.richfaces.cdk.RichFacesConventions

getBeanClass(Model) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase

Returns concrete bean class.

getBeanClass(AttributeModel) - Method in class org.richfaces.cdk.xmlconfig.model.AttributeAdapter
 
getBeanClass(BehaviorModel) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorAdapter
 
getBeanClass(BehaviorRendererModel) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererAdapter
 
getBeanClass(ComponentModel) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentAdapter
 
getBeanClass(ConverterModel) - Method in class org.richfaces.cdk.xmlconfig.model.ConverterAdapter
 
getBeanClass(EventModel) - Method in class org.richfaces.cdk.xmlconfig.model.EventAdapter
 
getBeanClass(ComponentLibrary) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigAdapter
 
getBeanClass(FacetModel) - Method in class org.richfaces.cdk.xmlconfig.model.FacetAdapter
 
getBeanClass(FunctionModel) - Method in class org.richfaces.cdk.xmlconfig.model.FunctionAdapter
 
getBeanClass(PropertyModel) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyAdapter
 
getBeanClass(RendererModel) - Method in class org.richfaces.cdk.xmlconfig.model.RendererAdapter
 
getBeanClass(RenderKitModel) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitAdapter
 
getBeanClass(ValidatorModel) - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorAdapter
 
getBeanPropertiesAnnotatedWith(Class<? extends Annotation>, TypeElement) - Method in class org.richfaces.cdk.apt.AptSourceUtils

Get all fields and bean properties that are annotated with given annotation.

getBeanPropertiesAnnotatedWith(Class<? extends Annotation>, TypeElement) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getBeanPropertiesAnnotatedWith(Class<? extends Annotation>, TypeElement) - Method in interface org.richfaces.cdk.apt.SourceUtils

Get all fields and bean properties that are annotated with given annotation.

getBeanProperty(ClassName, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getBeanProperty(TypeElement, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getBeanProperty(TypeElement, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getBeanProperty(ClassName, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getBeanProperty(TypeElement, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

Get bean property descriptor for particular type.

getBeanProperty(ClassName, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

Get bean property descriptor for particular type.

getBehaviorRenderers() - Method in class org.richfaces.cdk.model.RenderKitModel

getBehaviorRenderers() - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

getBehaviors() - Method in class org.richfaces.cdk.model.ComponentLibrary

getBehaviors() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough

getBehaviors() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
getBodyValue() - Method in class org.richfaces.cdk.templatecompiler.model.CdkCallElement

getBodyValue() - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
getBoxingName() - Method in class org.richfaces.cdk.model.ClassName

getBuilder() - Method in class org.richfaces.cdk.templatecompiler.model.ElementsHandler
 
getBuilderMethod() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough
 
getChild(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
Visit current node.
getChild(int, ELVisitor) - Method in interface org.richfaces.cdk.templatecompiler.el.node.ITreeNode
Return child of wrapped node by specified index
getChildOutput(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
Collects output from visiting child of the current node with the specified index and returns collected string.
getChildren() - Method in interface org.richfaces.cdk.templatecompiler.model.LeafModelElement
 
getChildren() - Method in class org.richfaces.cdk.templatecompiler.model.ModelBase

getChildren() - Method in class org.richfaces.cdk.templatecompiler.model.ModelFragment
 
getChildrenCount() - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
Returns count of children for this node
getChildrenCount() - Method in interface org.richfaces.cdk.templatecompiler.el.node.ITreeNode
Returns count of children for this node
getClassifier() - Method in class org.richfaces.cdk.model.Name

getClassImports() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface
 
getClientBehaviors() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getCode() - Method in interface org.richfaces.cdk.templatecompiler.builder.model.JavaStatement
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.builder.model.StatementImpl
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
getCode() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
getCode() - Method in class org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
 
getCoercedChildOutput(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
 
getCoercedChildOutput(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticIntegerOperationTreeNode
 
getCoercedChildOutput(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticOperationTreeNode
 
getCoercedChildOutput(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanOperationTreeNode
 
getCoercedChildOutput(int, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanResultOperationTreeNode
 
getComments() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
getComparator() - Method in class org.richfaces.cdk.model.ModelSet

getComponentAttribute() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough

getComponentByFamily(FacesId) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getComponentByFamily(String) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getComponentByRenderer(FacesId, FacesId) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getComponentFamily() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getComponents() - Method in class org.richfaces.cdk.model.ComponentLibrary

getComponents() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

getComponentType(TypeElement) - Method in class org.richfaces.cdk.apt.processors.RendererProcessor
 
getComponentType() - Method in class org.richfaces.cdk.model.RendererModel
 
getConstant(TypeElement, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getConstant(TypeElement, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getConstant(TypeElement, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

getContainerType() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
getContainerType() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
getContainerType() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
getContainerType() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getContainerType() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
getConversionMethods() - Static method in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
 
getConverterForClass() - Method in class org.richfaces.cdk.model.ConverterModel
 
getConverterForClass() - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
getConverters() - Method in class org.richfaces.cdk.model.ComponentLibrary

getConverters() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
getDefaultValue() - Method in class org.richfaces.cdk.model.ClassName
 
getDefaultValue() - Method in class org.richfaces.cdk.model.PropertyBase

getDefaultValue() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getDefaultValue() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
getDefaultValue() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough

getDefaultValue() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getDefaultValue() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement

getDefaultValue() - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
getDefaultValue() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

getDefaultValue() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
getDescription() - Method in interface org.richfaces.cdk.model.DescriptionGroup

Documentation description of that element.

getDescription() - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
getDescription() - Method in class org.richfaces.cdk.model.EventModel

getDescription() - Method in class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean

getDescription() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

getDisplayName() - Method in interface org.richfaces.cdk.model.DescriptionGroup

getDisplayName() - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
getDisplayName() - Method in class org.richfaces.cdk.model.Taglib
 
getDisplayName() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getDisplayName() - Method in class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean

getDocComment() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty

Get JavaDoc comment of appropriate bean property element.

getDocComment(Element) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
getDocComment() - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
getDocComment(Element) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
getDocComment(Element) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
getDocComment() - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty

Get JavaDoc comment of appropriate bean property element.

getDocComment(Element) - Method in interface org.richfaces.cdk.apt.SourceUtils

Get JavaDoc comments associated with given element.

getDocument() - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
getDomElement(DOMResult) - Method in class org.richfaces.cdk.templatecompiler.model.ElementsHandler
 
getElement(DOMResult) - Method in class org.richfaces.cdk.templatecompiler.model.ElementsHandler
 
getElementName() - Method in class org.richfaces.cdk.templatecompiler.statements.ElementStatement
 
getEscapedString(String) - Static method in class org.richfaces.cdk.util.JavaUtils

Escapes string into Java language expression

getEscapedStringsArray(Iterable<String>) - Static method in class org.richfaces.cdk.util.JavaUtils

Escapes sequence of strings into comma-separated sequence of Java language expressions

getEvent() - Method in class org.richfaces.cdk.templatecompiler.model.ClientBehavior

getEventNames() - Method in class org.richfaces.cdk.model.PropertyBase

getEventNames() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getEvents() - Method in class org.richfaces.cdk.model.ComponentLibrary

getEvents() - Method in class org.richfaces.cdk.model.ComponentModel

getEvents() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement

getEvents() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension

getEvents() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension
 
getExceptions() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
getExpert() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getExpression() - Method in class org.richfaces.cdk.templatecompiler.model.CdkCallElement

getExtension() - Method in class org.richfaces.cdk.model.ComponentLibrary

getExtension() - Method in class org.richfaces.cdk.model.DescriptionGroupBase

getExtension() - Method in interface org.richfaces.cdk.model.Extensible

Return extension object that holds CDK-related tags and any other content as well.

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.ExtensibleBean

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.FacetBean

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase
 
getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

getExtension() - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
getExtensions() - Method in class org.richfaces.cdk.model.ConfigExtension

getExternalSubset(String, String) - Method in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
getFacesAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
getFacesAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean
 
getFacesAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
getFacesAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.ElementBeanBase
 
getFacesAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

getFacesAttributes() - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
getFacet(String) - Method in class org.richfaces.cdk.model.ComponentModel
 
getFacets() - Method in class org.richfaces.cdk.model.ComponentModel

getFacets() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

getFamily() - Method in class org.richfaces.cdk.model.ComponentModel

Reepresent a component family.

getFamily() - Method in class org.richfaces.cdk.model.RendererModel
 
getFamily() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension

getFamily() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

getFieldName() - Method in class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement
 
getFieldName() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributesSetStatement
 
getFields() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getFile(String) - Method in interface org.richfaces.cdk.FileManager

Get existing file or directory.

getFile(String) - Method in class org.richfaces.cdk.Generator.EmptyFileManager
 
getFile(String) - Method in class org.richfaces.cdk.OutputFileManagerImpl
 
getFile(String) - Method in class org.richfaces.cdk.SourceFileManagerImpl
 
getFiles() - Method in class org.richfaces.cdk.CdkClassLoader

getFiles() - Method in interface org.richfaces.cdk.FileManager

Get collection of all source files for this manager.

getFiles() - Method in class org.richfaces.cdk.Generator.EmptyFileManager
 
getFiles() - Method in class org.richfaces.cdk.OutputFileManagerImpl
 
getFiles() - Method in class org.richfaces.cdk.SourceFileManagerImpl
 
getFirst() - Method in class org.richfaces.cdk.util.Pair

getFolders() - Method in interface org.richfaces.cdk.FileManager

Return collection of all folders included in this manager instance.

getFolders() - Method in class org.richfaces.cdk.Generator.EmptyFileManager
 
getFolders() - Method in class org.richfaces.cdk.OutputFileManagerImpl

getFolders() - Method in class org.richfaces.cdk.SourceFileManagerImpl

getFunctionClass() - Method in class org.richfaces.cdk.model.FunctionModel

getFunctionClass() - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

getFunctions() - Method in class org.richfaces.cdk.model.ComponentLibrary

getFunctions() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension

getGenerate() - Method in class org.richfaces.cdk.model.BehaviorRendererModel
 
getGenerate() - Method in class org.richfaces.cdk.model.FacetModel
 
getGenerate() - Method in interface org.richfaces.cdk.model.GeneratedFacesComponent

getGenerate() - Method in class org.richfaces.cdk.model.ModelElementBase
 
getGenerate() - Method in class org.richfaces.cdk.model.PropertyBase
 
getGenerate() - Method in class org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase

getGenerate() - Method in class org.richfaces.cdk.xmlconfig.model.FacetBean.FacetExtension

getGenerate() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getGeneratedClass() - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor

getGenericAttribute(String) - Method in class org.richfaces.cdk.templatecompiler.statements.AttributesStatement
 
getGetterName() - Method in class org.richfaces.cdk.generate.freemarker.FacetTemplateModel
 
getGetterName() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
getGetterPrefix() - Method in class org.richfaces.cdk.model.ClassName
 
getHelperMethod(HelperMethod) - Method in interface org.richfaces.cdk.templatecompiler.statements.HelperMethodFactory
 
getHelperMethod(HelperMethod) - Method in class org.richfaces.cdk.templatecompiler.statements.HelperMethodFactoryImpl
 
getHidden() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getIcon() - Method in interface org.richfaces.cdk.model.DescriptionGroup

getIcon() - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
getIcon() - Method in class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean

getId() - Method in class org.richfaces.cdk.model.BehaviorRendererModel

getId() - Method in interface org.richfaces.cdk.model.FacesComponent

getId() - Method in class org.richfaces.cdk.model.ListenerModel
 
getId() - Method in class org.richfaces.cdk.model.ModelElementBase
 
getId() - Method in class org.richfaces.cdk.model.RenderKitModel

getId() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
getId() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean

getId() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

getId() - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
getId() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

getId() - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean
 
getId() - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
getImplementation() - Method in class org.richfaces.cdk.templatecompiler.model.Template

getImplementationType() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getImplementedInterfaces() - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
getImportClasses() - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
getImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getInitializationStatement() - Method in class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement

getInterface() - Method in class org.richfaces.cdk.templatecompiler.model.Template

getInterfaces() - Method in class org.richfaces.cdk.model.ModelElementBase

getItems() - Method in class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
getItemsExpression() - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
getJavaClass() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getJavaFileName(ClassName) - Method in class org.richfaces.cdk.generate.freemarker.FreeMarkerWriter
 
getJspVersion() - Method in class org.richfaces.cdk.model.Taglib
 
getKey() - Method in class org.richfaces.cdk.templatecompiler.model.CdkSwitchElement
 
getKeyExpression() - Method in class org.richfaces.cdk.templatecompiler.statements.SwitchStatement
 
getKind() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough

getLargeIcon() - Method in class org.richfaces.cdk.model.DescriptionGroup.Icon

getLibrary() - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerWriter
 
getLibrary() - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency

getListenerClass() - Method in class org.richfaces.cdk.model.Taglib
 
getListenerInterface() - Method in class org.richfaces.cdk.model.EventModel

getListenerInterface() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

getListenerMethod() - Method in class org.richfaces.cdk.model.EventModel

getListenerMethod() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean
 
getListeners() - Method in class org.richfaces.cdk.model.ComponentLibrary

getListenerWrapper() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

getLiteral() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getMarkup() - Method in class org.richfaces.cdk.model.Name

getMatchingVisibleMethodReturnType(String, ELType[]) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getMatchingVisibleMethodReturnType(ELType, String, ELType...) - Method in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
Find an accessible method that matches the given name and has compatible parameters.
getMatchingVisibleMethodReturnType(ELType, String, ELType...) - Method in class org.richfaces.cdk.templatecompiler.el.types.TypesFactoryImpl
Find an accessible method that matches the given name and has compatible parameters.
getMetadataComplete() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

getMethodBody() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
getMethods() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getMethodSignature() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getModel() - Method in class org.richfaces.cdk.generate.java.taghandler.TagWithModel

getModelClass(Bean) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase

Returns concrete model class

getModelClass(AttributeBean) - Method in class org.richfaces.cdk.xmlconfig.model.AttributeAdapter
 
getModelClass(BehaviorBean) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorAdapter
 
getModelClass(BehaviorRendererBean) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererAdapter
 
getModelClass(ComponentBean) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentAdapter
 
getModelClass(ConverterBean) - Method in class org.richfaces.cdk.xmlconfig.model.ConverterAdapter
 
getModelClass(EventBean) - Method in class org.richfaces.cdk.xmlconfig.model.EventAdapter
 
getModelClass(FacesConfigBean) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigAdapter
 
getModelClass(FacetBean) - Method in class org.richfaces.cdk.xmlconfig.model.FacetAdapter
 
getModelClass(FunctionBean) - Method in class org.richfaces.cdk.xmlconfig.model.FunctionAdapter
 
getModelClass(PropertyBean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyAdapter
 
getModelClass(RendererBean) - Method in class org.richfaces.cdk.xmlconfig.model.RendererAdapter
 
getModelClass(RenderKitBean) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitAdapter
 
getModelClass(ValidatorBean) - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorAdapter
 
getModelItem() - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase

Some templates use modelItem variable

getModifiers() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
getName() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty

getName() - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
getName() - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty

getName() - Method in class org.richfaces.cdk.model.ClassName

getName() - Method in class org.richfaces.cdk.model.EventName

getName() - Method in class org.richfaces.cdk.model.FacetModel

getName() - Method in class org.richfaces.cdk.model.FunctionModel

getName() - Method in interface org.richfaces.cdk.model.Named

getName() - Method in class org.richfaces.cdk.model.PropertyBase

getName() - Method in class org.richfaces.cdk.model.TagModel
 
getName() - Method in class org.richfaces.cdk.templatecompiler.builder.model.Argument
 
getName() - Method in interface org.richfaces.cdk.templatecompiler.builder.model.JavaImport
 
getName() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
getName() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
getName() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaPackage
 
getName() - Method in class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
getName() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor
 
getName() - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

getName() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getName() - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
getName() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
getName() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
getName() - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency

getName() - Method in class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement
 
getName() - Method in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
 
getName() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough

getName() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getName() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getName() - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean

getName() - Method in class org.richfaces.cdk.xmlconfig.model.FacetBean

getName() - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

getName() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

getName() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean

getNames() - Method in class org.richfaces.cdk.templatecompiler.model.ClassImport
 
getNamespace() - Method in class org.richfaces.cdk.Generator
 
getNamingConventions() - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
getNode() - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
Return node of current wrapper.
getNode() - Method in interface org.richfaces.cdk.templatecompiler.el.node.ITreeNode
Return node of current wrapper.
getOperationType(ELType, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
 
getOperationType(ELType, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticIntegerOperationTreeNode
 
getOperationType(ELType, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticOperationTreeNode
 
getOperationType(ELType, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanOperationTreeNode
 
getOperationType(ELType, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanResultOperationTreeNode
 
getOrCreateAttribute(String) - Method in class org.richfaces.cdk.model.BeanModelBase
 
getOrCreateFacet(String) - Method in class org.richfaces.cdk.model.ComponentModel
 
getOutput(ComponentLibrary, C) - Method in class org.richfaces.cdk.generate.freemarker.FreeMarkerWriter
 
getOutput() - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerWriter
 
getOutput(ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibWriter
 
getOutputFileName(C) - Method in class org.richfaces.cdk.generate.freemarker.FreeMarkerWriter
 
getOutputFileName(EventModel) - Method in class org.richfaces.cdk.generate.java.EventSourceInterfaceGenerator
 
getOutputFileName(TagWithModel<EventModel>) - Method in class org.richfaces.cdk.generate.java.taghandler.ListenerTagHandlerGenerator
 
getPackage() - Method in class org.richfaces.cdk.model.ClassName

getPackage() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getPackage() - Method in class org.richfaces.cdk.templatecompiler.model.ClassImport
 
getPakg() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getParameters() - Method in class org.richfaces.cdk.model.MethodSignature

getParent() - Method in class org.richfaces.cdk.model.ComponentModel
 
getParent() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer

getPassThrough() - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

getPassThrough() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getPassThroughWithExclusions() - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

getPlainJavaClass() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getPreferred() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getPreferredPrefix(String, String, boolean) - Method in class org.richfaces.cdk.xmlconfig.FacesConfigNamespacePreffixMapper
 
getPrefix() - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getPrefix() - Method in class org.richfaces.cdk.model.Name

getPrefix() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.BehaviorProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.BehaviorRendererProcessor
 
getProcessedAnnotation() - Method in interface org.richfaces.cdk.apt.processors.CdkAnnotationProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.ComponentProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.ConverterProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.EventProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.FunctionProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.RendererProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.TagLibProcessor
 
getProcessedAnnotation() - Method in class org.richfaces.cdk.apt.processors.ValidatorProcessor
 
getProjectInputSource(FileManager, String) - Method in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
getProperties() - Method in class org.richfaces.cdk.model.Properties

getProperties() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
getProperties() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean
 
getProperties() - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
getProperties() - Method in class org.richfaces.cdk.xmlconfig.model.ElementBeanBase
 
getProperties() - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
getPropertyDescriptor(String) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getPropertyDescriptor(ELType, String) - Method in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
This method return PropertyDescriptor by specified propertyName and clazz.
getPropertyDescriptor(ELType, String) - Method in class org.richfaces.cdk.templatecompiler.el.types.TypesFactoryImpl
This method return PropertyDescriptor by specified propertyName and clazz.
getPropertyDescriptor(Object, String) - Static method in class org.richfaces.cdk.util.PropertyUtils
 
getRawName() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
getRawName() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
getRawName() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
getRawName() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getRawName() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
getRawType() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
getRawType() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
getRawType() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
getRawType() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getRawType() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
getReadMethodName() - Method in class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
getReadMethodName() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor
 
getReadOnly() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getRenderer(String, String) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getRendererClass() - Method in class org.richfaces.cdk.model.RendererModel
 
getRendererClass() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

getRenderers() - Method in class org.richfaces.cdk.model.RenderKitModel

getRenderers() - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

getRendererTemplate() - Method in class org.richfaces.cdk.model.ComponentModel
 
getRendererType() - Method in class org.richfaces.cdk.model.BehaviorModel

getRendererType() - Method in class org.richfaces.cdk.model.ComponentModel

getRendererType() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getRendererType() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension

getRenderKit(FacesId) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getRenderKitId() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getRenderKits() - Method in class org.richfaces.cdk.model.ComponentLibrary

getRenderKits() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

getRendersChildren() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getRendersChildren() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean.RendererExtension

getRequired() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getRequired() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.IfStatement
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.SwitchStatement
 
getRequiredFields() - Method in interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
 
getRequiredFields() - Method in class org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.Argument
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaField
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
getRequiredImports() - Method in interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.builder.model.StatementImpl
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.IfStatement
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.RendererUtilsMethod
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.SwitchStatement
 
getRequiredImports() - Method in class org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.IfStatement
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.SwitchStatement
 
getRequiredMethods() - Method in interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
 
getRequiredMethods() - Method in class org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
 
getResourceDependencies() - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

getReturnType() - Method in class org.richfaces.cdk.model.MethodSignature

getReturnType() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
getReturnType() - Method in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
 
getReturnValue() - Method in class org.richfaces.cdk.templatecompiler.statements.ConstantReturnMethodBodyStatement
 
getSchemaAttribute(String) - Method in class org.richfaces.cdk.templatecompiler.statements.AttributesStatement
 
getSecond() - Method in class org.richfaces.cdk.util.Pair

getSetterName() - Method in class org.richfaces.cdk.generate.freemarker.FacetTemplateModel
 
getSetterName() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
getShortDescription() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getShortName() - Method in class org.richfaces.cdk.model.Taglib
 
getSignature() - Method in class org.richfaces.cdk.model.FunctionModel

getSignature() - Method in class org.richfaces.cdk.model.PropertyBase

getSignature() - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

getSignature() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

getSimpleBoxingName() - Method in class org.richfaces.cdk.model.ClassName

Return simple name for boxing class: Booilean,Integer etc.

getSimpleName() - Method in class org.richfaces.cdk.model.ClassName
 
getSimpleName() - Method in class org.richfaces.cdk.model.Name

getSimpleName() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getSmallIcon() - Method in class org.richfaces.cdk.model.DescriptionGroup.Icon

getSource() - Method in class org.richfaces.cdk.templatecompiler.model.ImportAttributes
 
getSourceInterface() - Method in class org.richfaces.cdk.model.EventModel

getSourceInterface() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

getSourceUtils() - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
getStatements() - Method in class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement
 
getStatements() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getStatements() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
getStatements() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteTextStatement
 
getSuggestedValue() - Method in class org.richfaces.cdk.model.PropertyBase

getSuggestedValue() - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
getSuggestedValue() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

getSuggestedValue() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
getSuperClass() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
getSupportedAnnotationTypes() - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
getSupportedSourceVersion() - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
getTag() - Method in class org.richfaces.cdk.generate.java.taghandler.TagWithModel

getTag() - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean.RendererExtension

getTagImports() - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
getTaglib() - Method in class org.richfaces.cdk.model.ComponentLibrary
 
getTaglib() - Method in class org.richfaces.cdk.model.Taglib
 
getTaglib() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension
 
getTags() - Method in class org.richfaces.cdk.model.EventModel

getTags() - Method in class org.richfaces.cdk.model.ModelElementBase
 
getTags() - Method in interface org.richfaces.cdk.model.ViewElement

getTags() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

getTags() - Method in class org.richfaces.cdk.xmlconfig.model.TagExtensionBase

getTarget() - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency

getTargetClass() - Method in class org.richfaces.cdk.model.BehaviorRendererModel

getTargetClass() - Method in interface org.richfaces.cdk.model.FacesComponent

getTargetClass() - Method in class org.richfaces.cdk.model.ModelElementBase
 
getTargetClass() - Method in class org.richfaces.cdk.model.RenderKitModel

getTargetClass() - Method in class org.richfaces.cdk.model.TagModel

getTargetClass() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
getTargetClass() - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean

getTargetClass() - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

getTargetClass() - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
getTargetClass() - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

getTargetClass() - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
getTargets() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getTemplate() - Method in class org.richfaces.cdk.model.RendererModel
 
getTemplateName() - Method in class org.richfaces.cdk.generate.freemarker.FreeMarkerWriter
 
getTemplateName() - Method in class org.richfaces.cdk.generate.java.BehaviorClassGenerator
 
getTemplateName() - Method in class org.richfaces.cdk.generate.java.ComponentClassGenerator
 
getTemplateName() - Method in class org.richfaces.cdk.generate.java.ConverterClassGenerator
 
getTemplateName() - Method in class org.richfaces.cdk.generate.java.EventSourceInterfaceGenerator
 
getTemplateName() - Method in class org.richfaces.cdk.generate.java.taghandler.ListenerTagHandlerGenerator
 
getTemplateName() - Method in class org.richfaces.cdk.generate.java.ValidatorClassGenerator
 
getTemplatePath() - Method in class org.richfaces.cdk.model.RendererModel
 
getTemplatePath() - Method in class org.richfaces.cdk.templatecompiler.model.Template
 
getTemplatesFolder() - Method in class org.richfaces.cdk.generate.freemarker.CdkConfiguration

GETTER_PREFIX - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
getTest() - Method in class org.richfaces.cdk.templatecompiler.model.CdkConditionalJstlElementBase
 
getTest() - Method in class org.richfaces.cdk.templatecompiler.statements.IfStatement
 
getTlibVersion() - Method in class org.richfaces.cdk.model.Taglib
 
getType() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
getType() - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
getType() - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty

Bean property type

getType() - Method in class org.richfaces.cdk.model.EventModel

getType() - Method in class org.richfaces.cdk.model.FacesId

getType() - Method in class org.richfaces.cdk.model.FunctionModel

getType() - Method in class org.richfaces.cdk.model.PropertyBase

getType() - Method in class org.richfaces.cdk.model.TagModel

getType() - Method in class org.richfaces.cdk.templatecompiler.builder.model.Argument
 
getType() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
 
getType() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaField
 
getType(Class<?>) - Method in class org.richfaces.cdk.templatecompiler.el.ELParserImpl
 
getType(String) - Method in class org.richfaces.cdk.templatecompiler.el.ELParserImpl
 
getType(ClassName) - Method in class org.richfaces.cdk.templatecompiler.el.ELParserImpl
 
getType() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getType() - Method in class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
getType() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor
 
getType(String) - Method in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory

getType(Type) - Method in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory

getType(String) - Method in class org.richfaces.cdk.templatecompiler.el.types.TypesFactoryImpl
 
getType(Type) - Method in class org.richfaces.cdk.templatecompiler.el.types.TypesFactoryImpl
 
getType(Class<?>) - Method in interface org.richfaces.cdk.templatecompiler.ELParser
 
getType(String) - Method in interface org.richfaces.cdk.templatecompiler.ELParser
 
getType(ClassName) - Method in interface org.richfaces.cdk.templatecompiler.ELParser
 
getType() - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

getType() - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
getType() - Method in class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement
 
getType() - Method in class org.richfaces.cdk.templatecompiler.statements.PassThrough

getType() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
getType() - Method in interface org.richfaces.cdk.templatecompiler.statements.TypedTemplateStatement
 
getType() - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean

getType() - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

getType() - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

getType() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

getType() - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean

getTypeArguments() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
getTypeArguments() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
getTypeArguments() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
getTypeArguments() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
getTypeArguments() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
getTypeArguments() - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
getTypeName() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
getTypeParameters() - Method in class org.richfaces.cdk.model.ClassName

getUri() - Method in class org.richfaces.cdk.model.Taglib
 
getValidatorClass() - Method in class org.richfaces.cdk.model.Taglib
 
getValidators() - Method in class org.richfaces.cdk.model.ComponentLibrary

getValidators() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaComment
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaField
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement
 
getValue() - Method in class org.richfaces.cdk.templatecompiler.statements.WriteTextStatement
 
getValues() - Method in class org.richfaces.cdk.templatecompiler.model.CdkCaseElement
 
getValues() - Method in class org.richfaces.cdk.templatecompiler.statements.CaseStatement
 
getVar() - Method in class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
getVar() - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
getVariable(String) - Method in interface org.richfaces.cdk.templatecompiler.builder.model.Variables
 
getVariable(String) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
getVariable(String) - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
getVariables() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
getVarType() - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement
 
getVersion() - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

getWrapper() - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
getWrapper() - Method in class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement
 
getWrapper() - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
getWriteMethosName() - Method in class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
getWriteMethosName() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor
 
GREATER_THEN_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
GREATER_THEN_OR_EQUALITY_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 

H

hasBindingAttribute() - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
hashCode() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
hashCode() - Method in class org.richfaces.cdk.model.ClassName
 
hashCode() - Method in class org.richfaces.cdk.model.EventName
 
hashCode() - Method in class org.richfaces.cdk.model.FacesId
 
hashCode() - Method in class org.richfaces.cdk.OutputImpl
 
hashCode() - Method in class org.richfaces.cdk.SourceImpl
 
hashCode() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
hashCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
hashCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
hashCode() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
hashCode() - Method in class org.richfaces.cdk.util.Pair
 
HelperJavaMethod - Class in org.richfaces.cdk.templatecompiler.statements

HelperJavaMethod(String, ELType, Argument[]) - Constructor for class org.richfaces.cdk.templatecompiler.statements.HelperJavaMethod
 
HelperJavaMethod(String) - Constructor for class org.richfaces.cdk.templatecompiler.statements.HelperJavaMethod
 
HelperMethod - Enum in org.richfaces.cdk.templatecompiler.statements
 
HelperMethodFactory - Interface in org.richfaces.cdk.templatecompiler.statements

HelperMethodFactoryImpl - Class in org.richfaces.cdk.templatecompiler.statements

HelperMethodFactoryImpl(Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.HelperMethodFactoryImpl
 

I

IfElseStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
IfElseStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.IfElseStatement
 
IfStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
IfStatement(ELParser, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.IfStatement
 
IGNORE_PROPERTIES - Static variable in class org.richfaces.cdk.xmlconfig.JAXBBinding
 
ImportAttributes - Class in org.richfaces.cdk.templatecompiler.model
 
ImportAttributes() - Constructor for class org.richfaces.cdk.templatecompiler.model.ImportAttributes
 
IMPORTS_TRANSFORM - Static variable in interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
 
INEQUALITY_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
inferBehaviorClass(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Infer name for generated behavior class by type

inferBehaviorClass(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferBehaviorType(ClassName) - Method in interface org.richfaces.cdk.NamingConventions

Infer behavior type by class name

inferBehaviorType(ClassName) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferComponentType(ClassName) - Method in interface org.richfaces.cdk.NamingConventions

Calculates component type from class name.

inferComponentType(ClassName) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferRendererClass(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Infer Java class name by renderer type.

inferRendererClass(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferRendererFamily(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Infer renderer family by renderer type

inferRendererFamily(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferRendererType(ClassName) - Method in interface org.richfaces.cdk.NamingConventions

Determine renderer type by Java class

inferRendererType(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Infer renderer type by component type or family.

inferRendererType(ClassName) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferRendererType(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferRendererTypeByTemplatePath(String) - Method in interface org.richfaces.cdk.NamingConventions

Infer renderer type from template file path

inferRendererTypeByTemplatePath(String) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferTagHandlerClass(FacesId, String) - Method in interface org.richfaces.cdk.NamingConventions

inferTagHandlerClass(FacesId, String) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferTaglibName(String) - Method in interface org.richfaces.cdk.NamingConventions

Infer short taglib name from URI

inferTaglibName(String) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferTaglibUri(ComponentLibrary) - Method in interface org.richfaces.cdk.NamingConventions

Determine default taglib uri from library model.

inferTaglibUri(ComponentLibrary) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferTagName(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Infer VDL tag name by component type

inferTagName(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferUIComponentClass(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Calculates concrete component class from explicit value or type.

inferUIComponentClass(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
inferUIComponentFamily(FacesId) - Method in interface org.richfaces.cdk.NamingConventions

Infer component family by component type

inferUIComponentFamily(FacesId) - Method in class org.richfaces.cdk.RichFacesConventions
 
init(ProcessingEnvironment) - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
init() - Method in class org.richfaces.cdk.Generator
 
initHelperMethods(FreeMarkerRenderer, TypesFactory) - Method in class org.richfaces.cdk.templatecompiler.statements.HelperMethodFactoryImpl

Initialization code.

INSTANCE - Static variable in class org.richfaces.cdk.templatecompiler.el.types.NullType
Singleton instance of NullType
INT_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 
INTEGER_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 
InvalidNameException - Exception in org.richfaces.cdk.model

That exception indicates what some name does not meet CDK naming conventions.

InvalidNameException() - Constructor for exception org.richfaces.cdk.model.InvalidNameException

InvalidNameException(String) - Constructor for exception org.richfaces.cdk.model.InvalidNameException

InvalidNameException(Throwable) - Constructor for exception org.richfaces.cdk.model.InvalidNameException

InvalidNameException(String, Throwable) - Constructor for exception org.richfaces.cdk.model.InvalidNameException

IS_EMPTY_FUNCTION - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
IS_EQUAL_FUNCTION - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
isalnum(char) - Static method in class org.richfaces.cdk.util.JavaUtils
Returns true if the char isalpha() or isdigit().
isalpha(char) - Static method in class org.richfaces.cdk.util.JavaUtils
Returns true if the char isupper() or islower().
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
isAnnotationPresent(Element, Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
isAnnotationPresent(Element, Class<? extends Annotation>) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty
 
isAnnotationPresent(Element, Class<? extends Annotation>) - Method in interface org.richfaces.cdk.apt.SourceUtils

Check model element for presense of annotation.

isAnnotationPropertyPresent(AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
isAnnotationPropertyPresent(AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
isAnnotationPropertyPresent(AnnotationMirror, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

isArray() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
isArray() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
isArray() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
isArray() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
isArray() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
isAssignableFrom(ELType) - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
isAssignableFrom(ELType) - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
isAssignableFrom(ELType) - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
isAssignableFrom(ELType) - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
isAssignableFrom(ELType) - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
isBinding() - Method in class org.richfaces.cdk.model.PropertyBase
 
isBindingAttribute() - Method in class org.richfaces.cdk.model.PropertyBase
 
isBinging() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
isBingingAttribute() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
isCast() - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
isCast() - Method in class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement
 
isClassExists(ClassName) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
isClassExists(ClassName) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
isClassExists(ClassName) - Method in interface org.richfaces.cdk.apt.SourceUtils

isCollections(Class<?>, Object) - Static method in class org.richfaces.cdk.xmlconfig.JAXBBinding
 
isDefault() - Method in interface org.richfaces.cdk.templatecompiler.builder.model.JavaImport
 
isDefault() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
isDefault() - Method in class org.richfaces.cdk.templatecompiler.statements.CaseStatement
 
isDefaultEvent() - Method in class org.richfaces.cdk.model.EventName

isDefaultEvent() - Method in class org.richfaces.cdk.templatecompiler.model.ClientBehavior

isDefaultNamespace(QName) - Static method in class org.richfaces.cdk.templatecompiler.model.Template
 
isDefaultNamespace(String) - Static method in class org.richfaces.cdk.templatecompiler.model.Template
 
isDefaultValue(AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
isDefaultValue(AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
isDefaultValue(AnnotationMirror, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

Check annotation proprrty for default value.

isDefined(String) - Method in interface org.richfaces.cdk.templatecompiler.builder.model.Variables
 
isDefined(String) - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
isdigit(char) - Static method in class org.richfaces.cdk.util.JavaUtils
Returns true if the char is from '0' to '9' inclusive.
isDirectiveNamespace(QName) - Static method in class org.richfaces.cdk.templatecompiler.model.Template
 
isDirectiveNamespace(String) - Static method in class org.richfaces.cdk.templatecompiler.model.Template
 
isEmpty() - Method in class org.richfaces.cdk.generate.freemarker.FreeMakerUtils
 
isEmpty() - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor

isEmpty() - Method in class org.richfaces.cdk.model.ComponentLibrary

Check that library is empty

isEmpty() - Method in class org.richfaces.cdk.model.ModelSet
 
isEmpty() - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
isEmpty(Object[]) - Static method in class org.richfaces.cdk.util.ArrayUtils
 
isEmpty(String) - Static method in class org.richfaces.cdk.util.Strings

Check string for null or empty value

isEnforce() - Method in class org.richfaces.cdk.templatecompiler.model.CdkBodyElement

isExists() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty

isExists() - Method in class org.richfaces.cdk.apt.DummyPropertyImpl
 
isExists() - Method in interface org.richfaces.cdk.apt.SourceUtils.BeanProperty

Is this property implementted by component

isFromJavaLang() - Method in class org.richfaces.cdk.generate.freemarker.ClassNameModel
 
isFromJavaLang(ClassName) - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
isGenerate() - Method in class org.richfaces.cdk.model.TagModel

isGenerateListener() - Method in class org.richfaces.cdk.model.EventModel

isGenerateSource() - Method in class org.richfaces.cdk.model.EventModel

isHidden() - Method in class org.richfaces.cdk.model.PropertyBase

isHidden() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement

isHidden() - Method in class org.richfaces.cdk.templatecompiler.statements.RendererUtilsMethod
 
isLiteral() - Method in class org.richfaces.cdk.model.PropertyBase

isLiteral() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor

isLiteral() - Method in interface org.richfaces.cdk.templatecompiler.statements.TypedTemplateStatement
 
isLoggable(LogRecord) - Method in class org.richfaces.cdk.CDKHandler
 
islower(char) - Static method in class org.richfaces.cdk.util.JavaUtils
Returns true if the char is from 'a' to 'z' inclusive.
isMetadataComplete() - Method in class org.richfaces.cdk.model.ComponentLibrary

isMixedExpression() - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
isNullType() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
isNullType() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
isNullType() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
isNullType() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
isNullType() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
isPassThrough() - Method in class org.richfaces.cdk.model.PropertyBase

isPredefined(PropertyBase) - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
isPredefined(ClassName) - Method in class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel
 
isPrimitive() - Method in class org.richfaces.cdk.generate.freemarker.PropertyModel
 
isPrimitive() - Method in class org.richfaces.cdk.model.ClassName

isPrimitive() - Method in class org.richfaces.cdk.model.PropertyBase
 
isPrimitive() - Method in class org.richfaces.cdk.templatecompiler.el.types.ComplexType
 
isPrimitive() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELType
 
isPrimitive() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
isPrimitive() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
isPrimitive() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
isReadable() - Method in class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
isReadable() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor
 
isReadOnly() - Method in class org.richfaces.cdk.model.PropertyBase

isRendersChildren() - Method in class org.richfaces.cdk.model.RendererModel
 
isRequired() - Method in class org.richfaces.cdk.model.PropertyBase

isStatic() - Method in interface org.richfaces.cdk.templatecompiler.builder.model.JavaImport
 
isStatic() - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
isStatic() - Method in class org.richfaces.cdk.templatecompiler.model.ClassImport
 
isupper(char) - Static method in class org.richfaces.cdk.util.JavaUtils
Returns true if the char is from 'A' to 'Z' inclusive.
isWritable() - Method in class org.richfaces.cdk.templatecompiler.el.types.DummyPropertyDescriptor
 
isWritable() - Method in interface org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor
 
iterator() - Method in class org.richfaces.cdk.model.ModelSet
 
ITreeNode - Interface in org.richfaces.cdk.templatecompiler.el.node
Interface for all wrappers of org.jboss.el.parser.Node class.

J

JavaAnnotation - Class in org.richfaces.cdk.templatecompiler.builder.model
Wrapper for '@annotations
JavaAnnotation(ELType) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
 
JavaAnnotation(ELType, String...) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
 
JavaClass - Class in org.richfaces.cdk.templatecompiler.builder.model
Java Class model.
JavaClass(String, JavaPackage) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
JavaClass(ClassName) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
JavaClassModelWrapper - Class in org.richfaces.cdk.templatecompiler
 
JavaClassModelWrapper() - Constructor for class org.richfaces.cdk.templatecompiler.JavaClassModelWrapper
 
JavaComment - Class in org.richfaces.cdk.templatecompiler.builder.model
Java comment representation
JavaComment() - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaComment
 
JavaComment(String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaComment
 
JavaConstructor - Class in org.richfaces.cdk.templatecompiler.builder.model
Constructor method
JavaConstructor(JavaClass, Argument...) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaConstructor
 
JavaField - Class in org.richfaces.cdk.templatecompiler.builder.model
Class field abstraction
JavaField(ELType, String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaField
 
JavaField(ELType, String, JavaStatement) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaField
 
JavaImport - Interface in org.richfaces.cdk.templatecompiler.builder.model
 
JavaImportImpl - Class in org.richfaces.cdk.templatecompiler.builder.model
 
JavaImportImpl(String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
JavaImportImpl(Class<?>) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
JavaImportImpl(String, boolean) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
JavaImportImpl(Class<?>, boolean) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaImportImpl
 
JavaLanguageElement - Class in org.richfaces.cdk.templatecompiler.builder.model
 
JavaLanguageElement() - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
JavaLanguageElement(String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
JavaMethod - Class in org.richfaces.cdk.templatecompiler.builder.model
 
JavaMethod(String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
JavaMethod(String, Argument...) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
JavaMethod(String, ELType, Argument...) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
JavaModifier - Enum in org.richfaces.cdk.templatecompiler.builder.model
 
JavaPackage - Class in org.richfaces.cdk.templatecompiler.builder.model
 
JavaPackage(Package) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaPackage
 
JavaPackage(String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.JavaPackage
 
JavaStatement - Interface in org.richfaces.cdk.templatecompiler.builder.model
 
JavaUtils - Class in org.richfaces.cdk.util
 
JAXB - Interface in org.richfaces.cdk.xmlconfig
 
JAXBBinding - Class in org.richfaces.cdk.xmlconfig

JAXBBinding() - Constructor for class org.richfaces.cdk.xmlconfig.JAXBBinding
 
JAXP_SCHEMA_LANGUAGE - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
JAXP_SCHEMA_LOCATION - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
JSTL_CORE_NAMESPACE - Static variable in class org.richfaces.cdk.templatecompiler.model.Template
 

L

lastModified() - Method in class org.richfaces.cdk.model.ComponentLibrary
 
lastModified() - Method in interface org.richfaces.cdk.model.Trackable

Last modification time for model information.

LeafModelElement - Interface in org.richfaces.cdk.templatecompiler.model
 
LEFT_BRACKET - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
LEFT_SQUARE_BRACKET - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
LESS_THEN_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
LESS_THEN_OR_EQUALITY_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
LibraryBuilder - Interface in org.richfaces.cdk

That class builds JSF library model from different sources.

LibraryModel - Annotation Type in org.richfaces.cdk.generate.java

Marks FreeMarkerRenderer instance that is targeted to work with JSF library model

LibraryModelWrapper - Class in org.richfaces.cdk.generate.freemarker

LibraryModelWrapper() - Constructor for class org.richfaces.cdk.generate.freemarker.LibraryModelWrapper
 
ListenerAttributes - Enum in org.richfaces.cdk.generate.taglib
User: Gleb Galkin Date: 23.02.11
ListenerModel - Class in org.richfaces.cdk.model

ListenerModel(FacesId) - Constructor for class org.richfaces.cdk.model.ListenerModel
 
ListenerModel() - Constructor for class org.richfaces.cdk.model.ListenerModel
 
ListenerTagHandlerGenerator - Class in org.richfaces.cdk.generate.java.taghandler
 
ListenerTagHandlerGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.taghandler.ListenerTagHandlerGenerator
 
log - Variable in class org.richfaces.cdk.apt.processors.ProcessorBase
 

M

marshal(ModelElement, ValidationEventHandler) - Method in class org.richfaces.cdk.templatecompiler.model.ElementsHandler
 
marshal(String) - Method in class org.richfaces.cdk.templatecompiler.model.NormalizedStringAdapter
 
marshal(Writer, String, T) - Method in interface org.richfaces.cdk.xmlconfig.JAXB
 
marshal(Result, String, T) - Method in interface org.richfaces.cdk.xmlconfig.JAXB
 
marshal(Writer, String, T) - Method in class org.richfaces.cdk.xmlconfig.JAXBBinding
 
marshal(Result, String, T) - Method in class org.richfaces.cdk.xmlconfig.JAXBBinding
 
marshal(Model) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase
 
marshal(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.ClassAdapter
 
marshal(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.FacesIdAdapter
 
merge(BehaviorModel) - Method in class org.richfaces.cdk.model.BehaviorModel
 
merge(BehaviorRendererModel) - Method in class org.richfaces.cdk.model.BehaviorRendererModel
 
merge(ComponentModel) - Method in class org.richfaces.cdk.model.ComponentModel
 
merge(ConverterModel) - Method in class org.richfaces.cdk.model.ConverterModel
 
merge(EventModel) - Method in class org.richfaces.cdk.model.EventModel
 
merge(FacetModel) - Method in class org.richfaces.cdk.model.FacetModel
 
merge(FunctionModel) - Method in class org.richfaces.cdk.model.FunctionModel
 
merge(ListenerModel) - Method in class org.richfaces.cdk.model.ListenerModel
 
Merge - Annotation Type in org.richfaces.cdk.model

Marker for model bean property that should be merged with other.

merge(T) - Method in interface org.richfaces.cdk.model.Mergeable

Merge values from other object.

merge(PropertyBase) - Method in class org.richfaces.cdk.model.PropertyBase
 
merge(RendererModel) - Method in class org.richfaces.cdk.model.RendererModel
 
merge(RenderKitModel) - Method in class org.richfaces.cdk.model.RenderKitModel
 
merge(TagModel) - Method in class org.richfaces.cdk.model.TagModel
 
merge(ValidatorModel) - Method in class org.richfaces.cdk.model.ValidatorModel
 
Mergeable<T> - Interface in org.richfaces.cdk.model
 
mergeTemplateIntoModel(Template, RendererModel) - Method in class org.richfaces.cdk.templatecompiler.RendererTemplateParser
 
METHOD_NAMES - Static variable in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
 
MethodBodyTemplateModel - Class in org.richfaces.cdk.templatecompiler

MethodBodyTemplateModel(JavaStatement, JavaClassModelWrapper) - Constructor for class org.richfaces.cdk.templatecompiler.MethodBodyTemplateModel

METHODS_TRANSFORM - Static variable in interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
 
MethodSignature - Class in org.richfaces.cdk.model

MethodSignature() - Constructor for class org.richfaces.cdk.model.MethodSignature
 
methodToName(String) - Static method in class org.richfaces.cdk.util.PropertyUtils
 
MINUS_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
MOD_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
ModelBase - Class in org.richfaces.cdk.templatecompiler.model

ModelBase() - Constructor for class org.richfaces.cdk.templatecompiler.model.ModelBase
 
ModelBuilder - Interface in org.richfaces.cdk

Interface for org.richfaces.cdk.model.ComponentLibrary.ComponentLibrary model builder.

ModelCollection<E extends ModelElement<? super E>> - Interface in org.richfaces.cdk.model

ModelElement<T extends ModelElement<? super T>> - Interface in org.richfaces.cdk.model

ModelElement - Interface in org.richfaces.cdk.templatecompiler.model
 
ModelElementBase - Class in org.richfaces.cdk.model

Base class for the most JSF components taht have description attributes and support extensions in faces-config.

ModelElementBase() - Constructor for class org.richfaces.cdk.model.ModelElementBase
 
ModelElementBaseTemplateModel - Class in org.richfaces.cdk.generate.freemarker

ModelElementBaseTemplateModel(ModelElementBase, BeansWrapper) - Constructor for class org.richfaces.cdk.generate.freemarker.ModelElementBaseTemplateModel

ModelFragment - Class in org.richfaces.cdk.templatecompiler.model

All classes that are used in template bodey should be presented in the XmlSeeAlso annotation

ModelFragment() - Constructor for class org.richfaces.cdk.templatecompiler.model.ModelFragment
 
ModelMap<K,E extends ModelElement<? super E>> - Class in org.richfaces.cdk.model

ModelMap() - Constructor for class org.richfaces.cdk.model.ModelMap
 
ModelModule - Class in org.richfaces.cdk.model

ModelModule() - Constructor for class org.richfaces.cdk.model.ModelModule
 
ModelSet<E extends ModelElement<? super E>> - Class in org.richfaces.cdk.model

Base class for all model collections.

ModelSet() - Constructor for class org.richfaces.cdk.model.ModelSet
 
ModelValidator - Interface in org.richfaces.cdk

Interface for CDK library model verifier.

MULT_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 

N

Name - Class in org.richfaces.cdk.model

Represents parts of component type/family/classname according to CDK naming conventions.

Name() - Constructor for class org.richfaces.cdk.model.Name
 
Name.Classifier - Enum in org.richfaces.cdk.model

Standard package names for components, renderers, event listeners and taglib.

Named - Interface in org.richfaces.cdk.model

This interface represents all models for "named" JSF objects ( attributes, properties, facets )

Named.NamePredicate - Class in org.richfaces.cdk.model

Predicate used to lookup named element in the ModelCollection

Named.NamePredicate(String) - Constructor for class org.richfaces.cdk.model.Named.NamePredicate
 
NamingConventions - Interface in org.richfaces.cdk

That interface defines methods that calculates names according to CDK naming conventions

NEGATIVE - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
NO_TYPES - Static variable in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
NormalizedStringAdapter - Class in org.richfaces.cdk.templatecompiler.model
 
NormalizedStringAdapter() - Constructor for class org.richfaces.cdk.templatecompiler.model.NormalizedStringAdapter
 
NULL_NODE - Static variable in class org.richfaces.cdk.templatecompiler.el.node.ConstantValueTreeNode
 
NULL_VALUE - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
nullSafeCompare(T, T) - Static method in class org.richfaces.cdk.util.ComparatorUtils
Does null-safe comparison of mutually comparable objects.
nullSafeEquals(T, T) - Static method in class org.richfaces.cdk.util.ComparatorUtils

Null-safe equals check.

NullType - Class in org.richfaces.cdk.templatecompiler.el.types
 

O

OBJECT_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 
of(X, Y) - Static method in class org.richfaces.cdk.util.Pair
 
OPTIONS - Static variable in class org.richfaces.cdk.Generator
 
OR_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
org.richfaces.cdk - package org.richfaces.cdk
Public CDK API classes.
org.richfaces.cdk.apt - package org.richfaces.cdk.apt
 
org.richfaces.cdk.apt.processors - package org.richfaces.cdk.apt.processors
 
org.richfaces.cdk.generate.freemarker - package org.richfaces.cdk.generate.freemarker
 
org.richfaces.cdk.generate.java - package org.richfaces.cdk.generate.java
 
org.richfaces.cdk.generate.java.taghandler - package org.richfaces.cdk.generate.java.taghandler
 
org.richfaces.cdk.generate.taglib - package org.richfaces.cdk.generate.taglib
 
org.richfaces.cdk.model - package org.richfaces.cdk.model
CDK library model classes used by all generation tasks.
org.richfaces.cdk.model.validator - package org.richfaces.cdk.model.validator
 
org.richfaces.cdk.templatecompiler - package org.richfaces.cdk.templatecompiler
 
org.richfaces.cdk.templatecompiler.builder.model - package org.richfaces.cdk.templatecompiler.builder.model
 
org.richfaces.cdk.templatecompiler.el - package org.richfaces.cdk.templatecompiler.el
 
org.richfaces.cdk.templatecompiler.el.node - package org.richfaces.cdk.templatecompiler.el.node
 
org.richfaces.cdk.templatecompiler.el.types - package org.richfaces.cdk.templatecompiler.el.types
 
org.richfaces.cdk.templatecompiler.model - package org.richfaces.cdk.templatecompiler.model
JAXB classes that wraps real model classes.
org.richfaces.cdk.templatecompiler.statements - package org.richfaces.cdk.templatecompiler.statements
 
org.richfaces.cdk.util - package org.richfaces.cdk.util
 
org.richfaces.cdk.xmlconfig - package org.richfaces.cdk.xmlconfig
 
org.richfaces.cdk.xmlconfig.model - package org.richfaces.cdk.xmlconfig.model
JAXB classes that wraps real model classes.
Output - Annotation Type in org.richfaces.cdk
 
OutputFileManager - Interface in org.richfaces.cdk

OutputFileManagerImpl - Class in org.richfaces.cdk

OutputFileManagerImpl(File) - Constructor for class org.richfaces.cdk.OutputFileManagerImpl
 
OutputImpl - Class in org.richfaces.cdk
 
OutputImpl(Output) - Constructor for class org.richfaces.cdk.OutputImpl
 
OutputImpl(Outputs) - Constructor for class org.richfaces.cdk.OutputImpl
 
Outputs - Enum in org.richfaces.cdk

This enumeration defines standard types of output folders.


P

Pair<A,B> - Class in org.richfaces.cdk.util

Pair(A, B) - Constructor for class org.richfaces.cdk.util.Pair

parent - Variable in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
parse(String, Variables, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.ELParserImpl
 
parse(String, Variables, String) - Method in class org.richfaces.cdk.templatecompiler.el.ELParserImpl
 
parse(String, Variables, ELType) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
Parse specified EL expression and return Java code, that represent this expression
parse(String, Variables, ELType) - Method in interface org.richfaces.cdk.templatecompiler.ELParser
 
parse(String, Variables, String) - Method in interface org.richfaces.cdk.templatecompiler.ELParser
 
parseId(String) - Static method in class org.richfaces.cdk.model.FacesId
 
parseName(String) - Static method in class org.richfaces.cdk.model.ClassName

Factory method to create class names.

parseProperties(String) - Method in class org.richfaces.cdk.xmlconfig.FragmentParser

Parses faces-config.xml fragment with component/renderer properties.

parseTemplate(File) - Method in class org.richfaces.cdk.templatecompiler.RendererTemplateParser
 
ParsingException - Exception in org.richfaces.cdk.templatecompiler.el
Parsing Exception
ParsingException() - Constructor for exception org.richfaces.cdk.templatecompiler.el.ParsingException
 
ParsingException(String) - Constructor for exception org.richfaces.cdk.templatecompiler.el.ParsingException
 
ParsingException(Throwable) - Constructor for exception org.richfaces.cdk.templatecompiler.el.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception org.richfaces.cdk.templatecompiler.el.ParsingException
 
PassThrough - Class in org.richfaces.cdk.templatecompiler.statements

object contains information about attribute

PassThrough() - Constructor for class org.richfaces.cdk.templatecompiler.statements.PassThrough
 
PlainClassType - Class in org.richfaces.cdk.templatecompiler.el.types
 
PlainClassType(Class<?>) - Constructor for class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
PLUS_OPERATOR - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
popStatement() - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
postMarshal(Model, Bean) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase

Template method to copy non bean attributes.

postMarshal(Model, Bean) - Method in class org.richfaces.cdk.xmlconfig.model.ElementAdapterBase
 
postProcess(CompositeImplementation) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
postProcess(CompositeImplementation) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
postUnmarshal(Bean, Model) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase

Template method to copy non bean attributes

preProcess(CompositeImplementation) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
preProcess(CompositeImplementation) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.BehaviorProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.BehaviorRendererProcessor
 
process(Element, ComponentLibrary) - Method in interface org.richfaces.cdk.apt.processors.CdkAnnotationProcessor

process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.ComponentProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.ConverterProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.EventProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.FunctionProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.RendererProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.TagLibProcessor
 
process(Element, ComponentLibrary) - Method in class org.richfaces.cdk.apt.processors.ValidatorProcessor
 
process(ModelElementBase, TagModel) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerClassGenerator
 
processAnnotation(CdkAnnotationProcessor, RoundEnvironment) - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
processAttribute(SourceUtils.BeanProperty, PropertyBase) - Method in class org.richfaces.cdk.apt.processors.AttributesProcessorImpl
 
processAttributes(Element, ModelElementBase, AnnotationMirror) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
processAttributes(AnyElement, Collection<PropertyBase>) - Method in class org.richfaces.cdk.templatecompiler.statements.AttributesStatement

processDescription(DescriptionGroup, AnnotationMirror, String) - Method in interface org.richfaces.cdk.apt.processors.DescriptionProcessor

process Description annotation and set information from it into model.

processDescription(DescriptionGroup, AnnotationMirror) - Method in interface org.richfaces.cdk.apt.processors.DescriptionProcessor

process Description annotation and set information from it into model.

processDescription(DescriptionGroup, AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.processors.DescriptionProcessorImpl
 
processDescription(DescriptionGroup, AnnotationMirror) - Method in class org.richfaces.cdk.apt.processors.DescriptionProcessorImpl
 
processNonJavaSources() - Method in interface org.richfaces.cdk.apt.CdkProcessor
 
processNonJavaSources() - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
ProcessorBase - Class in org.richfaces.cdk.apt.processors
 
ProcessorBase() - Constructor for class org.richfaces.cdk.apt.processors.ProcessorBase
 
processTag(AnnotationMirror) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
processType(BeanModelBase, TypeElement) - Method in interface org.richfaces.cdk.apt.processors.AttributesProcessor

Process all bean properties associated with type element.

processType(BeanModelBase, TypeElement) - Method in class org.richfaces.cdk.apt.processors.AttributesProcessorImpl
 
processXmlFragment(BeanModelBase, String...) - Method in interface org.richfaces.cdk.apt.processors.AttributesProcessor

Process attributes defined by the faces-config fragment.

processXmlFragment(BeanModelBase, String...) - Method in class org.richfaces.cdk.apt.processors.AttributesProcessorImpl
 
Properties - Class in org.richfaces.cdk.model

That class contains properties collection from standard include file.

Properties() - Constructor for class org.richfaces.cdk.model.Properties
 
PropertyAdapter - Class in org.richfaces.cdk.xmlconfig.model

PropertyAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.PropertyAdapter
 
PropertyBase - Class in org.richfaces.cdk.model
 
PropertyBase() - Constructor for class org.richfaces.cdk.model.PropertyBase

PropertyBase - Class in org.richfaces.cdk.xmlconfig.model

PropertyBase() - Constructor for class org.richfaces.cdk.xmlconfig.model.PropertyBase
 
PropertyBase.PropertyExtension - Class in org.richfaces.cdk.xmlconfig.model

PropertyBase.PropertyExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension
 
PropertyBean - Class in org.richfaces.cdk.xmlconfig.model

PropertyBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
PropertyModel - Class in org.richfaces.cdk.generate.freemarker

PropertyModel(PropertyBase, BeansWrapper) - Constructor for class org.richfaces.cdk.generate.freemarker.PropertyModel

PropertyModel - Class in org.richfaces.cdk.model
That class represents JSF component property.
PropertyModel() - Constructor for class org.richfaces.cdk.model.PropertyModel
 
PropertyUtils - Class in org.richfaces.cdk.util

publish(LogRecord) - Method in class org.richfaces.cdk.CDKHandler
 
pushStatement(StatementsContainer) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
pushStatement(Class<T>) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
put(K, E) - Method in class org.richfaces.cdk.model.ModelMap


Q

QNAME_COMPARATOR - Static variable in class org.richfaces.cdk.templatecompiler.QNameComparator
 
QNameComparator - Class in org.richfaces.cdk.templatecompiler
 
QNameTemplateModel - Class in org.richfaces.cdk.templatecompiler

QNameTemplateModel(QName, BeansWrapper) - Constructor for class org.richfaces.cdk.templatecompiler.QNameTemplateModel
 
QUESTION_SIGN - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 

R

ReferencedType - Class in org.richfaces.cdk.templatecompiler.el.types
 
ReferencedType(String) - Constructor for class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
ReflectionUtils - Class in org.richfaces.cdk.apt

ReflectionUtils() - Constructor for class org.richfaces.cdk.apt.ReflectionUtils
 
remove(Object) - Method in class org.richfaces.cdk.model.ModelSet
 
removeAll(Collection<?>) - Method in class org.richfaces.cdk.model.ModelSet
 
render(ComponentLibrary) - Method in interface org.richfaces.cdk.CdkWriter
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.BehaviorClassGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.ComponentClassGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.ConverterClassGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.EventSourceInterfaceGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.taghandler.ListenerTagHandlerGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerWriter
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.ValidatorClassGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibWriter
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.templatecompiler.RendererClassGenerator
 
render(ComponentLibrary) - Method in class org.richfaces.cdk.xmlconfig.FacesConfigGenerator
 
RENDER_KIT_UTILS_CLASS_NAME - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
RENDERER_UTILS_CLASS - Static variable in class org.richfaces.cdk.Generator
 
RendererAdapter - Class in org.richfaces.cdk.xmlconfig.model

RendererAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.RendererAdapter
 
RendererBean - Class in org.richfaces.cdk.xmlconfig.model

RendererBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.RendererBean
 
RendererBean.RendererExtension - Class in org.richfaces.cdk.xmlconfig.model

RendererBean.RendererExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.RendererBean.RendererExtension
 
RendererClassGenerator - Class in org.richfaces.cdk.templatecompiler

RendererClassGenerator(FileManager, Logger, TemplateVisitorFactory<RendererClassVisitor>, FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.RendererClassGenerator

RendererClassVisitor - Class in org.richfaces.cdk.templatecompiler

RendererClassVisitor(CompositeInterface, Collection<PropertyBase>, Logger, Injector, TypesFactory, HelperMethodFactory) - Constructor for class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
RendererModel - Class in org.richfaces.cdk.model

RendererModel() - Constructor for class org.richfaces.cdk.model.RendererModel
 
RendererModel(FacesId) - Constructor for class org.richfaces.cdk.model.RendererModel
 
RendererProcessor - Class in org.richfaces.cdk.apt.processors
 
RendererProcessor() - Constructor for class org.richfaces.cdk.apt.processors.RendererProcessor
 
RendererTemplateParser - Class in org.richfaces.cdk.templatecompiler

RendererTemplateParser(ComponentLibrary, JAXB, Logger, FileManager, FragmentParser) - Constructor for class org.richfaces.cdk.templatecompiler.RendererTemplateParser

RendererUtilsMethod - Class in org.richfaces.cdk.templatecompiler.statements

RendererUtilsMethod(HelperMethod, String) - Constructor for class org.richfaces.cdk.templatecompiler.statements.RendererUtilsMethod
 
RenderKitAdapter - Class in org.richfaces.cdk.xmlconfig.model

RenderKitAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.RenderKitAdapter
 
RenderKitBean - Class in org.richfaces.cdk.xmlconfig.model

RenderKitBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.RenderKitBean
 
RenderKitBean.RenderKitExtension - Class in org.richfaces.cdk.xmlconfig.model

RenderKitBean.RenderKitExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.RenderKitBean.RenderKitExtension
 
RenderKitModel - Class in org.richfaces.cdk.model

RenderKitModel() - Constructor for class org.richfaces.cdk.model.RenderKitModel
 
renderTemplate(String, Object) - Method in class org.richfaces.cdk.generate.freemarker.CdkConfiguration
 
renderTemplate(String, Object) - Method in interface org.richfaces.cdk.generate.freemarker.FreeMarkerRenderer
 
RequireImports - Interface in org.richfaces.cdk.templatecompiler.builder.model
 
resolveEntity(String, String, String, String) - Method in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
resolveEntity(String, String) - Method in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
resolveSystemId(String) - Method in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
ResourceDependency - Class in org.richfaces.cdk.templatecompiler.model
 
ResourceDependency() - Constructor for class org.richfaces.cdk.templatecompiler.model.ResourceDependency
 
RESPONSE_WRITER_VARIABLE - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
retainAll(Collection<?>) - Method in class org.richfaces.cdk.model.ModelSet
 
RichFacesConventions - Class in org.richfaces.cdk

RichFacesConventions() - Constructor for class org.richfaces.cdk.RichFacesConventions
 
RIGHT_BRACKET - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
RIGHT_SQUARE_BRACKET - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 

S

same(BehaviorModel) - Method in class org.richfaces.cdk.model.BehaviorModel
 
same(BehaviorRendererModel) - Method in class org.richfaces.cdk.model.BehaviorRendererModel
 
same(ComponentModel) - Method in class org.richfaces.cdk.model.ComponentModel
 
same(ConverterModel) - Method in class org.richfaces.cdk.model.ConverterModel
 
same(EventModel) - Method in class org.richfaces.cdk.model.EventModel
 
same(FacetModel) - Method in class org.richfaces.cdk.model.FacetModel
 
same(FunctionModel) - Method in class org.richfaces.cdk.model.FunctionModel
 
same(ListenerModel) - Method in class org.richfaces.cdk.model.ListenerModel
 
same(T) - Method in interface org.richfaces.cdk.model.Mergeable

Compare object with other.

same(PropertyBase) - Method in class org.richfaces.cdk.model.PropertyBase
 
same(RendererModel) - Method in class org.richfaces.cdk.model.RendererModel
 
same(RenderKitModel) - Method in class org.richfaces.cdk.model.RenderKitModel
 
same(TagModel) - Method in class org.richfaces.cdk.model.TagModel
 
same(ValidatorModel) - Method in class org.richfaces.cdk.model.ValidatorModel
 
ScriptObjectStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
ScriptObjectStatement(FreeMarkerRenderer, ELParser, Logger, TypesFactory) - Constructor for class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
ScriptOptionStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
ScriptOptionStatement(FreeMarkerRenderer, ELParser, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
sendError(Element, Exception) - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
sendError(CdkException) - Method in class org.richfaces.cdk.apt.CdkProcessorImpl
 
setAliasFor(String) - Method in class org.richfaces.cdk.model.PropertyBase

setAliasFor(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setAttribute(QName, Object, String) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement
 
setAttributes(Map<QName, Object>) - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

setAttributes(List<String>) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
setAttributes(List<Attribute>) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setAttributes(Collection<String>, Collection<PropertyBase>) - Method in class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement
 
setAttributes(Collection<PassThrough>) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributesSetStatement
 
setAttributesImports(List<ImportAttributes>) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setBase(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
setBaseClass(ClassName) - Method in class org.richfaces.cdk.model.BehaviorRendererModel

setBaseClass(ClassName) - Method in interface org.richfaces.cdk.model.GeneratedFacesComponent

setBaseClass(ClassName) - Method in class org.richfaces.cdk.model.ModelElementBase

setBaseClass(ClassName) - Method in class org.richfaces.cdk.model.TagModel

setBaseClass(ClassName) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setBaseClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean.BehaviorRendererExtension

setBaseClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase

setBehaviorRenderers(List<BehaviorRendererModel>) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

setBehaviors(List<BehaviorModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
setBinding(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setBindingAttribute(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setBodyValue(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkCallElement

setBodyValue(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
setBooleanAttribute(QName, Object, String) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement
 
setBuilder(DocumentBuilder) - Method in class org.richfaces.cdk.templatecompiler.model.ElementsHandler
 
setCast(boolean) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
setChildren(List<ModelBase>) - Method in class org.richfaces.cdk.templatecompiler.model.ModelBase

setChildren(List<Object>) - Method in class org.richfaces.cdk.templatecompiler.model.ModelFragment

setClassifier(Name.Classifier) - Method in class org.richfaces.cdk.model.Name

setClassImports(List<ClassImport>) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface
 
setClassNames(TypeElement, GeneratedFacesComponent, AnnotationMirror) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
setClientBehaviors(List<ClientBehavior>) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setComparator(Comparator<E>) - Method in class org.richfaces.cdk.model.ModelSet

setComponentFamily(FacesId) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setComponents(List<ComponentModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

setComponentType(String) - Method in class org.richfaces.cdk.model.RendererModel
 
setConverterForClass(ClassName) - Method in class org.richfaces.cdk.model.ConverterModel
 
setConverterForClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
setConverters(List<ConverterModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
setDefaultEvent(boolean) - Method in class org.richfaces.cdk.model.EventName

setDefaultEvent(boolean) - Method in class org.richfaces.cdk.templatecompiler.model.ClientBehavior

setDefaultValue(String) - Method in class org.richfaces.cdk.model.PropertyBase

setDefaultValue(String) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setDefaultValue(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
setDefaultValue(String) - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
setDefaultValue(String) - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
setDefaultValue(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

setDefaultValue(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
setDescription(DescriptionGroup, AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
setDescription(String) - Method in interface org.richfaces.cdk.model.DescriptionGroup

setDescription(String) - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
setDescription(String) - Method in class org.richfaces.cdk.model.EventModel

setDescription(String) - Method in class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean

setDescription(String) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

setDisplayName(String) - Method in interface org.richfaces.cdk.model.DescriptionGroup

setDisplayName(String) - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
setDisplayName(String) - Method in class org.richfaces.cdk.model.Taglib
 
setDisplayName(String) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setDisplayName(String) - Method in class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean

setDocument(Document) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
setElementName(QName) - Method in class org.richfaces.cdk.templatecompiler.statements.ElementStatement

setEnforce(boolean) - Method in class org.richfaces.cdk.templatecompiler.model.CdkBodyElement

setEvent(String) - Method in class org.richfaces.cdk.templatecompiler.model.ClientBehavior

setEventNames(Set<EventName>) - Method in class org.richfaces.cdk.model.PropertyBase

setEventNames(Set<EventName>) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setEvents(Iterable<String>) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement

setEvents(List<EventModel>) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension

setEvents(List<EventModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension

setExpert(Boolean) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setExpression(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkCallElement

setExpression(String) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteTextStatement

setExpressionType(ELType) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
setExtension(ConfigExtension) - Method in class org.richfaces.cdk.model.ComponentLibrary

setExtension(ConfigExtension) - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
setExtension(E) - Method in interface org.richfaces.cdk.model.Extensible
 
setExtension(PropertyBase.PropertyExtension) - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
setExtension(BehaviorBean.BehaviorExtension) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
setExtension(ComponentBean.ComponentExtension) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean
 
setExtension(ConverterBean.ConverterExtension) - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
setExtension(E) - Method in class org.richfaces.cdk.xmlconfig.model.ExtensibleBean

setExtension(FacesConfigBean.FacesConfigExtension) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

setExtension(FacetBean.FacetExtension) - Method in class org.richfaces.cdk.xmlconfig.model.FacetBean
 
setExtension(PropertyBase.PropertyExtension) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase
 
setExtension(PropertyBase.PropertyExtension) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
setExtension(RendererBean.RendererExtension) - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean
 
setExtension(RenderKitBean.RenderKitExtension) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

setExtension(ValidatorBean.ValidatorExtension) - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
setExtensions(List<Element>) - Method in class org.richfaces.cdk.model.ConfigExtension

setFacets(List<FacetModel>) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

setFamily(FacesId) - Method in class org.richfaces.cdk.model.ComponentModel

setFamily(FacesId) - Method in class org.richfaces.cdk.model.RendererModel
 
setFamily(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension

setFamily(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

setFieldName(String) - Method in class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement

setFieldName(String) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributesSetStatement

setFilterHiddenAttributes(boolean) - Method in class org.richfaces.cdk.xmlconfig.model.ElementBeanBase

Set filtering visible properties and attributes, to unmarshall public properties only.

setFunctionClass(ClassName) - Method in class org.richfaces.cdk.model.FunctionModel

setFunctionClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

setFunctions(List<FunctionModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension

setGenerate(Boolean) - Method in class org.richfaces.cdk.model.BehaviorRendererModel
 
setGenerate(Boolean) - Method in class org.richfaces.cdk.model.FacetModel
 
setGenerate(Boolean) - Method in interface org.richfaces.cdk.model.GeneratedFacesComponent

setGenerate(Boolean) - Method in class org.richfaces.cdk.model.ModelElementBase
 
setGenerate(Boolean) - Method in class org.richfaces.cdk.model.PropertyBase
 
setGenerate(boolean) - Method in class org.richfaces.cdk.model.TagModel

setGenerate(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase

setGenerate(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.FacetBean.FacetExtension

setGenerate(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setGenerateListener(boolean) - Method in class org.richfaces.cdk.model.EventModel

setGenerateSource(boolean) - Method in class org.richfaces.cdk.model.EventModel

setHidden(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setHidden(boolean) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement

setHidden(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setIcon(DescriptionGroup, AnnotationMirror) - Method in class org.richfaces.cdk.apt.processors.DescriptionProcessorImpl
 
setIcon(DescriptionGroup.Icon) - Method in interface org.richfaces.cdk.model.DescriptionGroup

setIcon(DescriptionGroup.Icon) - Method in class org.richfaces.cdk.model.DescriptionGroupBase
 
setIcon(DescriptionGroup.Icon) - Method in class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean

setId(FacesId) - Method in class org.richfaces.cdk.model.BehaviorRendererModel

setId(FacesId) - Method in interface org.richfaces.cdk.model.FacesComponent

setId(FacesId) - Method in class org.richfaces.cdk.model.ListenerModel

setId(FacesId) - Method in class org.richfaces.cdk.model.ModelElementBase
 
setId(FacesId) - Method in class org.richfaces.cdk.model.RenderKitModel

setId(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
setId(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean

setId(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

setId(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
setId(String) - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

setId(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean
 
setId(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
setImplementation(CompositeImplementation) - Method in class org.richfaces.cdk.templatecompiler.model.Template

setImports(Map<String, String>) - Method in class org.richfaces.cdk.generate.freemarker.CdkConfiguration
 
setInterface(CompositeInterface) - Method in class org.richfaces.cdk.templatecompiler.model.Template

setItems(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
setItemsExpression(String, String) - Method in class org.richfaces.cdk.templatecompiler.statements.ForEachStatement

setJavaClass(ClassName) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setJspVersion(String) - Method in class org.richfaces.cdk.model.Taglib
 
setKey(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkSwitchElement
 
setKeyExpression(String) - Method in class org.richfaces.cdk.templatecompiler.statements.SwitchStatement

setLargeIcon(String) - Method in class org.richfaces.cdk.model.DescriptionGroup.Icon

setLibrary(ComponentLibrary) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerWriter
 
setLibrary(String) - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency

setListenerClass(ClassName) - Method in class org.richfaces.cdk.model.Taglib
 
setListenerInterface(ClassName) - Method in class org.richfaces.cdk.model.EventModel

setListenerInterface(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

setListenerMethod(String) - Method in class org.richfaces.cdk.model.EventModel

setListenerMethod(String) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean
 
setListenerWrapper(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

setLiteral(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setLiteral(boolean) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor

setLiteral(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setLoader(CdkClassLoader) - Method in class org.richfaces.cdk.Generator
 
setLog(Logger) - Method in class org.richfaces.cdk.Generator
 
setMarkup(String) - Method in class org.richfaces.cdk.model.Name

setMetadataComplete(boolean) - Method in class org.richfaces.cdk.model.ComponentLibrary

setMetadataComplete(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

setMethodBody(JavaStatement) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
 
setMethodSignature(String) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setModelProperty(Object, AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils

Set model property to the corresponding annotation attribute, if annotation attribute set to non-default value.

setModelProperty(Object, AnnotationMirror, String, String) - Method in class org.richfaces.cdk.apt.AptSourceUtils

Set model property to the corresponding annotation attribute, if annotation attribute set to non-default value.

setModelProperty(Object, AnnotationMirror, String, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
setModelProperty(Object, AnnotationMirror, String) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
setModelProperty(Object, AnnotationMirror, String, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

setModelProperty(Object, AnnotationMirror, String) - Method in interface org.richfaces.cdk.apt.SourceUtils

setName(String) - Method in class org.richfaces.cdk.model.EventName

setName(String) - Method in class org.richfaces.cdk.model.FacetModel

setName(String) - Method in class org.richfaces.cdk.model.FunctionModel

setName(String) - Method in interface org.richfaces.cdk.model.Named

setName(String) - Method in class org.richfaces.cdk.model.PropertyBase

setName(String) - Method in class org.richfaces.cdk.model.TagModel

setName(String) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
 
setName(QName) - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

setName(String) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setName(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
setName(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptObjectElement
 
setName(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
setName(String) - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency

setName(String) - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
setName(String) - Method in class org.richfaces.cdk.xmlconfig.model.FacetBean

setName(String) - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

setName(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

setName(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
setNames(List<String>) - Method in class org.richfaces.cdk.templatecompiler.model.ClassImport
 
setNamespace(String) - Method in class org.richfaces.cdk.Generator
 
setNamingConventions(NamingConventions) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
setObject(String, String, String, boolean) - Method in class org.richfaces.cdk.templatecompiler.statements.DefineObjectStatement

setObject(String, String) - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptObjectStatement
 
setOptions(Map<String, String>) - Method in class org.richfaces.cdk.Generator
 
setOutput(FileManager) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerWriter
 
setOutput(FileManager) - Method in class org.richfaces.cdk.generate.taglib.TaglibWriter
 
setPackage(String) - Method in class org.richfaces.cdk.templatecompiler.model.ClassImport
 
setParameters(List<ClassName>) - Method in class org.richfaces.cdk.model.MethodSignature

setParent(ComponentModel) - Method in class org.richfaces.cdk.model.ComponentModel
 
setParent(StatementsContainer) - Method in class org.richfaces.cdk.templatecompiler.el.ELVisitor
 
setParent(StatementsContainer) - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer

setParent(StatementsContainer) - Method in interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
 
setParent(StatementsContainer) - Method in class org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
 
setPassThrough(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setPassThrough(String) - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

setPassThrough(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setPassThroughWithExclusions(String) - Method in class org.richfaces.cdk.templatecompiler.model.AnyElement

setPreferred(Boolean) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setPrefix(String) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
setPrefix(String) - Method in class org.richfaces.cdk.model.Name

setPrefix(String) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension
 
setProcessingEnv(ProcessingEnvironment) - Method in class org.richfaces.cdk.apt.SourceUtilsProvider

setProperties(List<? extends PropertyModel>) - Method in class org.richfaces.cdk.model.Properties

setPropertyValue(Object, String, Object) - Static method in class org.richfaces.cdk.util.PropertyUtils
 
setReadOnly(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setReadOnly(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setRendererClass(ClassName) - Method in class org.richfaces.cdk.model.RendererModel
 
setRendererClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean

setRenderers(List<RendererModel>) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

setRendererTemplate(String) - Method in class org.richfaces.cdk.model.ComponentModel
 
setRendererType(FacesId) - Method in class org.richfaces.cdk.model.BehaviorModel

setRendererType(FacesId) - Method in class org.richfaces.cdk.model.ComponentModel

setRendererType(FacesId) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setRendererType(FacesId) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension

setRenderKitId(String) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setRenderKits(List<RenderKitModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

setRendersChildren(boolean) - Method in class org.richfaces.cdk.model.RendererModel
 
setRendersChildren(Boolean) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface
 
setRendersChildren(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean.RendererExtension

setRequired(boolean) - Method in class org.richfaces.cdk.model.PropertyBase

setRequired(Boolean) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setRequired(Boolean) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setResourceDependencies(List<ResourceDependency>) - Method in class org.richfaces.cdk.templatecompiler.model.CompositeInterface

setReturnType(ClassName) - Method in class org.richfaces.cdk.model.MethodSignature

setReturnValue(String) - Method in class org.richfaces.cdk.templatecompiler.statements.ConstantReturnMethodBodyStatement

setSharedVariables(Map<String, Object>) - Method in class org.richfaces.cdk.generate.freemarker.CdkConfiguration
 
setShortDescription(String) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setShortName(String) - Method in class org.richfaces.cdk.model.Taglib
 
setSignature(String) - Method in class org.richfaces.cdk.model.FunctionModel

setSignature(MethodSignature) - Method in class org.richfaces.cdk.model.PropertyBase

setSignature(String) - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

setSignature(MethodSignature) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension

setSimpleName(String) - Method in class org.richfaces.cdk.model.Name

setSmallIcon(String) - Method in class org.richfaces.cdk.model.DescriptionGroup.Icon

setSource(String) - Method in class org.richfaces.cdk.templatecompiler.model.ImportAttributes
 
setSourceInterface(ClassName) - Method in class org.richfaces.cdk.model.EventModel

setSourceInterface(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

setStatic(boolean) - Method in class org.richfaces.cdk.templatecompiler.model.ClassImport
 
setSuggestedValue(String) - Method in class org.richfaces.cdk.model.PropertyBase

setSuggestedValue(String) - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
setSuggestedValue(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

setSuggestedValue(String) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
setSuperClass(ClassName) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaClass
 
setTag(TagModel) - Method in class org.richfaces.cdk.xmlconfig.model.RendererBean.RendererExtension

setTagInfo(AnnotationMirror, ViewElement) - Method in class org.richfaces.cdk.apt.processors.ProcessorBase
 
setTaglib(Taglib) - Method in class org.richfaces.cdk.model.ComponentLibrary
 
setTaglib(String) - Method in class org.richfaces.cdk.model.Taglib
 
setTaglib(Taglib) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean.FacesConfigExtension
 
setTags(List<TagModel>) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

setTags(List<TagModel>) - Method in class org.richfaces.cdk.xmlconfig.model.TagExtensionBase

setTarget(String) - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency

setTargetClass(ClassName) - Method in class org.richfaces.cdk.model.BehaviorRendererModel

setTargetClass(ClassName) - Method in interface org.richfaces.cdk.model.FacesComponent

setTargetClass(ClassName) - Method in class org.richfaces.cdk.model.ModelElementBase
 
setTargetClass(ClassName) - Method in class org.richfaces.cdk.model.RenderKitModel

setTargetClass(ClassName) - Method in class org.richfaces.cdk.model.TagModel

setTargetClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorBean
 
setTargetClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.BehaviorRendererBean

setTargetClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.ComponentBean

setTargetClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.ConverterBean
 
setTargetClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.RenderKitBean

setTargetClass(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
setTargets(String) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setTemplate(Template) - Method in class org.richfaces.cdk.model.RendererModel
 
setTemplateName(String) - Method in class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
 
setTemplatePath(String) - Method in class org.richfaces.cdk.model.RendererModel
 
setTemplatePath(String) - Method in class org.richfaces.cdk.templatecompiler.model.Template
 
setTemplatesFolder(String) - Method in class org.richfaces.cdk.generate.freemarker.CdkConfiguration

setTest(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkConditionalJstlElementBase
 
setTest(String) - Method in class org.richfaces.cdk.templatecompiler.statements.IfStatement

setTlibVersion(String) - Method in class org.richfaces.cdk.model.Taglib
 
setType(ClassName) - Method in class org.richfaces.cdk.model.EventModel

setType(TagType) - Method in class org.richfaces.cdk.model.FunctionModel

setType(ClassName) - Method in class org.richfaces.cdk.model.PropertyBase

setType(TagType) - Method in class org.richfaces.cdk.model.TagModel

setType(ClassName) - Method in class org.richfaces.cdk.templatecompiler.model.Attribute

setType(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
setType(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.AttributeBean
 
setType(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.EventBean

setType(TagType) - Method in class org.richfaces.cdk.xmlconfig.model.FunctionBean

setType(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBase

setType(ClassName) - Method in class org.richfaces.cdk.xmlconfig.model.PropertyBean
 
setTypeArguments(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
setTypeParameters(String) - Method in class org.richfaces.cdk.model.ClassName

setUri(String) - Method in class org.richfaces.cdk.model.Taglib
 
setUriAttribute(QName, Object, String) - Method in class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement
 
setValidatorClass(ClassName) - Method in class org.richfaces.cdk.model.Taglib
 
setValidators(List<ValidatorModel>) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean
 
setValue(String) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaComment
 
setValue(JavaStatement) - Method in class org.richfaces.cdk.templatecompiler.builder.model.JavaField
 
setValue(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
setValue(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
setValueExpression(String) - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
setValues(String[]) - Method in class org.richfaces.cdk.templatecompiler.model.CdkCaseElement
 
setValues(String[]) - Method in class org.richfaces.cdk.templatecompiler.statements.CaseStatement

setVar(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkForEachElement
 
setVariable(String, ELType) - Method in interface org.richfaces.cdk.templatecompiler.builder.model.Variables
 
setVariable(String, ELType) - Method in class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
setVariables(List<String>) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
setVersion(String) - Method in class org.richfaces.cdk.xmlconfig.model.FacesConfigBean

setWrapper(String) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
setWrapper(String) - Method in class org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement
 
setWrapper(String) - Method in class org.richfaces.cdk.templatecompiler.statements.ScriptOptionStatement
 
SimpleVisitor<R,D> - Class in org.richfaces.cdk.model
Implementation for easy on inheritance.
SimpleVisitor() - Constructor for class org.richfaces.cdk.model.SimpleVisitor
 
size() - Method in class org.richfaces.cdk.model.ModelSet
 
Source - Annotation Type in org.richfaces.cdk
 
SourceFileManager - Interface in org.richfaces.cdk

SourceFileManagerImpl - Class in org.richfaces.cdk

SourceFileManagerImpl(Iterable<File>, Iterable<File>) - Constructor for class org.richfaces.cdk.SourceFileManagerImpl
 
SourceImpl - Class in org.richfaces.cdk
 
SourceImpl(Source) - Constructor for class org.richfaces.cdk.SourceImpl
 
SourceImpl(Sources) - Constructor for class org.richfaces.cdk.SourceImpl
 
Sources - Enum in org.richfaces.cdk

This enumeration defines standard types for project sources.

SourceUtils - Interface in org.richfaces.cdk.apt

This class provides utility methods to analayze java classes.

SourceUtils.ACCESS_TYPE - Enum in org.richfaces.cdk.apt
 
SourceUtils.BeanProperty - Interface in org.richfaces.cdk.apt

SourceUtils.SuperTypeVisitor - Interface in org.richfaces.cdk.apt

SourceUtilsProvider - Class in org.richfaces.cdk.apt

SourceUtilsProvider(ReflectionUtils, Injector) - Constructor for class org.richfaces.cdk.apt.SourceUtilsProvider

SPECIAL_PROPERTIES - Static variable in class org.richfaces.cdk.model.validator.ValidatorImpl
 
startElement(AnyElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkBodyElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkIfElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkWhenElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkChooseElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkOtherwiseElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkForEachElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkSwitchElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkCaseElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkDefaultElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkScriptObjectElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
startElement(CdkBodyElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(AnyElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkIfElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkChooseElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkWhenElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkOtherwiseElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkForEachElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkSwitchElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkCaseElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkDefaultElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
startElement(CdkScriptObjectElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
StartElementStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
StartElementStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.StartElementStatement
 
StatementImpl - Class in org.richfaces.cdk.templatecompiler.builder.model
 
StatementImpl(String) - Constructor for class org.richfaces.cdk.templatecompiler.builder.model.StatementImpl
 
StatementsContainer - Class in org.richfaces.cdk.templatecompiler.statements
 
StatementsContainer() - Constructor for class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
 
STRING_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 
Strings - Class in org.richfaces.cdk.util

String manipulation utils.

SUPER_PREFIX - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
SUPER_VARIABLE - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
SwitchStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
SwitchStatement(FreeMarkerRenderer, ELParser, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.SwitchStatement
 

T

TagExtensionBase - Class in org.richfaces.cdk.xmlconfig.model
 
TagExtensionBase() - Constructor for class org.richfaces.cdk.xmlconfig.model.TagExtensionBase
 
TagHandlerClassGenerator - Class in org.richfaces.cdk.generate.java.taghandler
 
TagHandlerClassGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.taghandler.TagHandlerClassGenerator
 
TagHandlerGeneratorVisitor - Class in org.richfaces.cdk.generate.java.taghandler
 
TagHandlerGeneratorVisitor(TagHandlerClassGenerator) - Constructor for class org.richfaces.cdk.generate.java.taghandler.TagHandlerGeneratorVisitor
 
TagHandlerWriter - Class in org.richfaces.cdk.generate.java.taghandler
 
TagHandlerWriter() - Constructor for class org.richfaces.cdk.generate.java.taghandler.TagHandlerWriter
 
Taglib - Class in org.richfaces.cdk.model
This class contains information about tag library.
Taglib() - Constructor for class org.richfaces.cdk.model.Taglib
 
TAGLIB_SCHEMA_LOCATION - Static variable in class org.richfaces.cdk.model.ComponentLibrary
 
TaglibGeneratorVisitor - Class in org.richfaces.cdk.generate.taglib
 
TaglibGeneratorVisitor() - Constructor for class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
TaglibModule - Class in org.richfaces.cdk.generate.taglib

TaglibModule() - Constructor for class org.richfaces.cdk.generate.taglib.TaglibModule
 
TagLibProcessor - Class in org.richfaces.cdk.apt.processors

TagLibProcessor() - Constructor for class org.richfaces.cdk.apt.processors.TagLibProcessor
 
TaglibWriter - Class in org.richfaces.cdk.generate.taglib
 
TaglibWriter() - Constructor for class org.richfaces.cdk.generate.taglib.TaglibWriter
 
TagModel - Class in org.richfaces.cdk.model

That bean represents VDL tag

TagModel() - Constructor for class org.richfaces.cdk.model.TagModel
 
TagTemplateModel - Class in org.richfaces.cdk.generate.freemarker
 
TagTemplateModel(TagModel, BeansWrapper) - Constructor for class org.richfaces.cdk.generate.freemarker.TagTemplateModel

TagWithModel<M> - Class in org.richfaces.cdk.generate.java.taghandler

TagWithModel(TagModel, M) - Constructor for class org.richfaces.cdk.generate.java.taghandler.TagWithModel

TaskFactoryImpl - Class in org.richfaces.cdk.apt

TaskFactoryImpl() - Constructor for class org.richfaces.cdk.apt.TaskFactoryImpl
 
Template - Class in org.richfaces.cdk.templatecompiler.model

Template() - Constructor for class org.richfaces.cdk.templatecompiler.model.Template
 
TemplateModel - Annotation Type in org.richfaces.cdk.templatecompiler
 
TemplateModule - Class in org.richfaces.cdk.templatecompiler

TemplateModule() - Constructor for class org.richfaces.cdk.templatecompiler.TemplateModule
 
TemplatesFolder - Annotation Type in org.richfaces.cdk.generate.freemarker
 
TemplateStatement - Interface in org.richfaces.cdk.templatecompiler.statements
 
TemplateStatementImpl - Class in org.richfaces.cdk.templatecompiler.statements

TemplateStatementImpl(String) - Constructor for class org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
 
TemplateVisitor - Interface in org.richfaces.cdk.templatecompiler.model

TemplateVisitorFactory<T extends TemplateVisitor> - Interface in org.richfaces.cdk.templatecompiler

THIS_PREFIX - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
THIS_VARIABLE - Static variable in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
toArray() - Method in class org.richfaces.cdk.model.ModelSet
 
toArray(T[]) - Method in class org.richfaces.cdk.model.ModelSet
 
toBoxingClass(Class<?>) - Static method in class org.richfaces.cdk.util.JavaUtils
 
toString() - Method in class org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
 
toString() - Method in class org.richfaces.cdk.model.ClassName
 
toString() - Method in class org.richfaces.cdk.model.ComponentModel
 
toString() - Method in class org.richfaces.cdk.model.EventName
 
toString() - Method in class org.richfaces.cdk.model.FacesId
 
toString() - Method in class org.richfaces.cdk.model.Name
 
toString() - Method in class org.richfaces.cdk.model.PropertyBase
 
toString() - Method in class org.richfaces.cdk.model.RendererModel
 
toString() - Method in class org.richfaces.cdk.model.Taglib
 
toString() - Method in enum org.richfaces.cdk.templatecompiler.builder.model.JavaModifier
 
toString() - Method in class org.richfaces.cdk.templatecompiler.builder.model.StatementImpl
 
toString() - Method in class org.richfaces.cdk.templatecompiler.el.types.NullType
 
toString() - Method in class org.richfaces.cdk.templatecompiler.el.types.PlainClassType
 
toString() - Method in class org.richfaces.cdk.templatecompiler.el.types.ReferencedType
 
toString() - Method in class org.richfaces.cdk.templatecompiler.model.ResourceDependency
 
Trackable - Interface in org.richfaces.cdk.model

Interface for model components that have related modification time.

TRUE_NODE - Static variable in class org.richfaces.cdk.templatecompiler.el.node.ConstantValueTreeNode
 
TRUE_VALUE - Static variable in class org.richfaces.cdk.templatecompiler.el.ELNodeConstants
 
TypedTemplateStatement - Interface in org.richfaces.cdk.templatecompiler.statements

TypesFactory - Interface in org.richfaces.cdk.templatecompiler.el.types
 
TypesFactoryImpl - Class in org.richfaces.cdk.templatecompiler.el.types
 
TypesFactoryImpl(Logger, CdkClassLoader) - Constructor for class org.richfaces.cdk.templatecompiler.el.types.TypesFactoryImpl
 

U

unmarshal(String) - Method in class org.richfaces.cdk.templatecompiler.model.NormalizedStringAdapter
 
unmarshal(File, String, Class<T>) - Method in interface org.richfaces.cdk.xmlconfig.JAXB
 
unmarshal(String, String, Class<T>) - Method in interface org.richfaces.cdk.xmlconfig.JAXB
 
unmarshal(File, String, Class<T>) - Method in class org.richfaces.cdk.xmlconfig.JAXBBinding
 
unmarshal(String, String, Class<T>) - Method in class org.richfaces.cdk.xmlconfig.JAXBBinding
 
unmarshal(Bean) - Method in class org.richfaces.cdk.xmlconfig.model.AdapterBase
 
unmarshal(String) - Method in class org.richfaces.cdk.xmlconfig.model.ClassAdapter
 
unmarshal(String) - Method in class org.richfaces.cdk.xmlconfig.model.FacesIdAdapter
 
unmarshalFacesConfig(File) - Method in class org.richfaces.cdk.xmlconfig.FacesConfigParser
 
URN_ATTRIBUTES - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
URN_CONFIG - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
URN_RESOURCE - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
URN_TEMPLATES - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 

V

ValidatorAdapter - Class in org.richfaces.cdk.xmlconfig.model
 
ValidatorAdapter() - Constructor for class org.richfaces.cdk.xmlconfig.model.ValidatorAdapter
 
ValidatorBean - Class in org.richfaces.cdk.xmlconfig.model
 
ValidatorBean() - Constructor for class org.richfaces.cdk.xmlconfig.model.ValidatorBean
 
ValidatorBean.ValidatorExtension - Class in org.richfaces.cdk.xmlconfig.model
 
ValidatorBean.ValidatorExtension() - Constructor for class org.richfaces.cdk.xmlconfig.model.ValidatorBean.ValidatorExtension
 
ValidatorClassGenerator - Class in org.richfaces.cdk.generate.java
 
ValidatorClassGenerator(FreeMarkerRenderer, FileManager) - Constructor for class org.richfaces.cdk.generate.java.ValidatorClassGenerator
 
ValidatorImpl - Class in org.richfaces.cdk.model.validator

ValidatorImpl(NamingConventions, Provider<SourceUtils>) - Constructor for class org.richfaces.cdk.model.validator.ValidatorImpl
 
ValidatorModel - Class in org.richfaces.cdk.model

ValidatorModel() - Constructor for class org.richfaces.cdk.model.ValidatorModel
 
ValidatorModel(FacesId) - Constructor for class org.richfaces.cdk.model.ValidatorModel
 
ValidatorProcessor - Class in org.richfaces.cdk.apt.processors
 
ValidatorProcessor() - Constructor for class org.richfaces.cdk.apt.processors.ValidatorProcessor
 
value() - Method in class org.richfaces.cdk.OutputImpl
 
value() - Method in class org.richfaces.cdk.SourceImpl
 
valueOf(String) - Static method in enum org.richfaces.cdk.apt.SourceUtils.ACCESS_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.cdk.generate.taglib.ListenerAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.cdk.model.Name.Classifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.cdk.Outputs
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.cdk.Sources
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.cdk.templatecompiler.builder.model.JavaModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.richfaces.cdk.apt.SourceUtils.ACCESS_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.cdk.generate.taglib.ListenerAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.cdk.model.Name.Classifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.cdk.Outputs
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.cdk.Sources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.cdk.templatecompiler.builder.model.JavaModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.cdk.templatecompiler.statements.HelperMethod
Returns an array containing the constants of this enum type, in the order they are declared.
Variables - Interface in org.richfaces.cdk.templatecompiler.builder.model
 
vefifyRenderer(ComponentLibrary, RendererModel) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verify(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verify(ComponentLibrary) - Method in interface org.richfaces.cdk.ModelValidator

Perform verify procedure on the library model.

verifyAttribute(PropertyBase, GeneratedFacesComponent) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyBehaviors(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl

Verify all behaviors in the library.

verifyComponentAttributes(ComponentLibrary, ComponentModel, Collection<ComponentModel>) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl

verifyComponents(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyComponentType(ComponentModel) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl

verifyConverters(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyDescription(DescriptionGroup) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyEvents(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyRenderers(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyTag(TagModel, FacesId, ClassName) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyTaglib(ComponentLibrary) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl
 
verifyTypes(GeneratedFacesComponent, NamingConventionsCallback) - Method in class org.richfaces.cdk.model.validator.ValidatorImpl

This method virifies type/family attributes for JSF objects ( components, renderers, validators, converters, behaviors )

ViewElement - Interface in org.richfaces.cdk.model

Defines element for view elements, for which tags should be generated.

visit(AnnotationValue, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visit(AnnotationValue) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visit(TypeMirror) - Method in interface org.richfaces.cdk.apt.SourceUtils.SuperTypeVisitor
 
visit(ModelElement, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visit(ModelElement, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
Return child of wrapped node by specified index.
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstBracketSuffixTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstChoiceTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstDeferredOrDynamicExpressionTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstEmptyTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstFloatingPointTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstFunctionTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstIdentifierTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstIntegerTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstLiteralTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstMethodSuffixTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstNegativeTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstNotTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstPropertySuffixTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstStringTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.AstValueTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.ConstantValueTreeNode
 
visit(StringBuilder, ELVisitor) - Method in class org.richfaces.cdk.templatecompiler.el.node.EqualityTestTreeNode
 
visit(StringBuilder, ELVisitor) - Method in interface org.richfaces.cdk.templatecompiler.el.node.ITreeNode
Visit current node.
visit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkCallElement
 
visit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkObjectElement
 
visit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.CdkScriptOptionElement
 
visit(TemplateVisitor) - Method in interface org.richfaces.cdk.templatecompiler.model.ModelElement
 
visit(TemplateVisitor) - Method in class org.richfaces.cdk.templatecompiler.model.ModelFragment
 
Visitable - Interface in org.richfaces.cdk.model

visitAnnotation(AnnotationMirror, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitArray(List<? extends AnnotationValue>, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitBehavior(BehaviorModel, Boolean) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerGeneratorVisitor
 
visitBehavior(BehaviorModel, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
visitBehavior(BehaviorModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitBehavior(BehaviorModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitBehaviorRenderer(BehaviorRendererModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitBehaviorRenderer(BehaviorRendererModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitBoolean(boolean, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitByte(byte, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitChar(char, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitComponent(ComponentModel, Boolean) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerGeneratorVisitor
 
visitComponent(ComponentModel, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
visitComponent(ComponentModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitComponent(ComponentModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitComponentLibrary(ComponentLibrary, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
visitComponentLibrary(ComponentLibrary, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitComponentLibrary(ComponentLibrary, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitConverter(ConverterModel, Boolean) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerGeneratorVisitor
 
visitConverter(ConverterModel, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
visitConverter(ConverterModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitConverter(ConverterModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitDouble(double, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitElement(CdkCallElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
visitElement(String) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
visitElement(CdkObjectElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
visitElement(CdkScriptOptionElement) - Method in interface org.richfaces.cdk.templatecompiler.model.TemplateVisitor
 
visitElement(String) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
visitElement(CdkCallElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
visitElement(CdkObjectElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
visitElement(CdkScriptOptionElement) - Method in class org.richfaces.cdk.templatecompiler.RendererClassVisitor
 
visitEnumConstant(VariableElement, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitEvent(EventModel, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
visitEvent(EventModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitEvent(EventModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitFacet(FacetModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitFacet(FacetModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitFloat(float, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitFunction(FunctionModel, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
 
visitFunction(FunctionModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitFunction(FunctionModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitInt(int, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitListener(ListenerModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitListener(ListenerModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitLong(long, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitMethod(StringBuilder, ELVisitor, String) - Method in class org.richfaces.cdk.templatecompiler.el.node.AbstractMethodTreeNode
 
Visitor<R,D> - Interface in org.richfaces.cdk.model

VisitorFactoryImpl - Class in org.richfaces.cdk.templatecompiler

VisitorFactoryImpl(TypesFactory, Logger, Injector, HelperMethodFactory) - Constructor for class org.richfaces.cdk.templatecompiler.VisitorFactoryImpl

visitProperty(PropertyBase, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitProperty(PropertyBase, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitRender(RendererModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitRender(RendererModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitRenderKit(RenderKitModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitRenderKit(RenderKitModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
visitShort(short, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitString(String, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitSupertypes(TypeElement, SourceUtils.SuperTypeVisitor) - Method in class org.richfaces.cdk.apt.AptSourceUtils
 
visitSupertypes(TypeElement, SourceUtils.SuperTypeVisitor) - Method in class org.richfaces.cdk.apt.ReflectionUtils
 
visitSupertypes(TypeElement, SourceUtils.SuperTypeVisitor) - Method in interface org.richfaces.cdk.apt.SourceUtils

visitType(TypeMirror, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitUnknown(AnnotationValue, Object) - Method in class org.richfaces.cdk.apt.processors.EmptyAnnotationValueVisitor
 
visitValidator(ValidatorModel, Boolean) - Method in class org.richfaces.cdk.generate.java.taghandler.TagHandlerGeneratorVisitor
 
visitValidator(ValidatorModel, ComponentLibrary) - Method in class org.richfaces.cdk.generate.taglib.TaglibGeneratorVisitor
This method generates validator tag.
visitValidator(ValidatorModel, D) - Method in class org.richfaces.cdk.model.SimpleVisitor
 
visitValidator(ValidatorModel, D) - Method in interface org.richfaces.cdk.model.Visitor
 
VOID_TYPE - Static variable in interface org.richfaces.cdk.templatecompiler.el.types.TypesFactory
 

W

W3C_XML_SCHEMA - Static variable in class org.richfaces.cdk.xmlconfig.CdkEntityResolver
 
wrap(Object) - Method in class org.richfaces.cdk.generate.freemarker.LibraryModelWrapper
 
wrap(Object) - Method in class org.richfaces.cdk.templatecompiler.JavaClassModelWrapper
 
WriteAttributesSetStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
WriteAttributesSetStatement(FreeMarkerRenderer) - Constructor for class org.richfaces.cdk.templatecompiler.statements.WriteAttributesSetStatement
 
WriteAttributeStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
WriteAttributeStatement(FreeMarkerRenderer, ELParser, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.WriteAttributeStatement
 
writeProperty(Object, Object, PropertyDescriptor, PropertyDescriptor) - Static method in class org.richfaces.cdk.util.JavaUtils
 
writeTemplate(String, Object, Writer) - Method in class org.richfaces.cdk.generate.freemarker.CdkConfiguration
 
writeTemplate(String, Object, Writer) - Method in interface org.richfaces.cdk.generate.freemarker.FreeMarkerRenderer
 
WriteTextStatement - Class in org.richfaces.cdk.templatecompiler.statements
 
WriteTextStatement(FreeMarkerRenderer, ELParser, Logger) - Constructor for class org.richfaces.cdk.templatecompiler.statements.WriteTextStatement
 

X

XHTML_EL_NAMESPACE - Static variable in class org.richfaces.cdk.templatecompiler.model.Template
 
XHTML_NAMESPACE - Static variable in class org.richfaces.cdk.templatecompiler.model.Template
 
XhtmlElSchemaProvider - Class in org.richfaces.cdk.templatecompiler
 
XhtmlElSchemaProvider(JAXB) - Constructor for class org.richfaces.cdk.templatecompiler.XhtmlElSchemaProvider
 
XmlModule - Class in org.richfaces.cdk.xmlconfig
 
XmlModule() - Constructor for class org.richfaces.cdk.xmlconfig.XmlModule
 

A B C D E F G H I J L M N O P Q R S T U V W X
RichFaces CDK Generator 4.2.0.CR1

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