RichFaces CDK Generator 4.2.0.CR1

Uses of Class
org.richfaces.cdk.model.ComponentLibrary

Packages that use ComponentLibrary
org.richfaces.cdk Public CDK API classes. 
org.richfaces.cdk.apt   
org.richfaces.cdk.apt.processors   
org.richfaces.cdk.generate.freemarker   
org.richfaces.cdk.generate.java   
org.richfaces.cdk.generate.java.taghandler   
org.richfaces.cdk.generate.taglib   
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.model.validator   
org.richfaces.cdk.templatecompiler   
org.richfaces.cdk.xmlconfig   
org.richfaces.cdk.xmlconfig.model JAXB classes that wraps real model classes. 
 

Uses of ComponentLibrary in org.richfaces.cdk
 

Methods in org.richfaces.cdk with parameters of type ComponentLibrary
 void LibraryBuilder.generate(ComponentLibrary library)
          Generate all types of files from library model.
 String RichFacesConventions.inferTaglibUri(ComponentLibrary library)
           
 String NamingConventions.inferTaglibUri(ComponentLibrary library)
          

Determine default taglib uri from library model.

 void CdkWriter.render(ComponentLibrary library)
           
 void ModelValidator.verify(ComponentLibrary library)
          

Perform verify procedure on the library model.

 

Uses of ComponentLibrary in org.richfaces.cdk.apt
 

Methods in org.richfaces.cdk.apt with parameters of type ComponentLibrary
 void AptBuilder.generate(ComponentLibrary library)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.apt.processors
 

Methods in org.richfaces.cdk.apt.processors with parameters of type ComponentLibrary
 void FunctionProcessor.process(Element element, ComponentLibrary library)
           
 void TagLibProcessor.process(Element element, ComponentLibrary library)
           
 void ComponentProcessor.process(Element componentElement, ComponentLibrary library)
           
 void RendererProcessor.process(Element rendererElement, ComponentLibrary library)
           
 void ConverterProcessor.process(Element element, ComponentLibrary library)
           
 void CdkAnnotationProcessor.process(Element element, ComponentLibrary library)
          

 void BehaviorRendererProcessor.process(Element element, ComponentLibrary library)
           
 void EventProcessor.process(Element element, ComponentLibrary library)
           
 void ValidatorProcessor.process(Element element, ComponentLibrary library)
           
 void BehaviorProcessor.process(Element element, ComponentLibrary library)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.generate.freemarker
 

Methods in org.richfaces.cdk.generate.freemarker with parameters of type ComponentLibrary
 void FreeMarkerWriter.generate(ComponentLibrary library, C c)
           
protected  Writer FreeMarkerWriter.getOutput(ComponentLibrary library, C c)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.generate.java
 

Methods in org.richfaces.cdk.generate.java with parameters of type ComponentLibrary
 void EventSourceInterfaceGenerator.render(ComponentLibrary library)
           
 void ConverterClassGenerator.render(ComponentLibrary library)
           
 void BehaviorClassGenerator.render(ComponentLibrary library)
           
 void ComponentClassGenerator.render(ComponentLibrary library)
           
 void ValidatorClassGenerator.render(ComponentLibrary library)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.generate.java.taghandler
 

Methods in org.richfaces.cdk.generate.java.taghandler that return ComponentLibrary
 ComponentLibrary TagHandlerWriter.getLibrary()
           
 

Methods in org.richfaces.cdk.generate.java.taghandler with parameters of type ComponentLibrary
 void TagHandlerWriter.render(ComponentLibrary library)
           
 void ListenerTagHandlerGenerator.render(ComponentLibrary library)
           
 void TagHandlerWriter.setLibrary(ComponentLibrary library)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.generate.taglib
 

Methods in org.richfaces.cdk.generate.taglib with parameters of type ComponentLibrary
protected  Writer TaglibWriter.getOutput(ComponentLibrary library)
           
 void TaglibWriter.render(ComponentLibrary library)
           
 Boolean TaglibGeneratorVisitor.visitBehavior(BehaviorModel model, ComponentLibrary componentLibrary)
           
 Boolean TaglibGeneratorVisitor.visitComponent(ComponentModel model, ComponentLibrary componentLibrary)
           
 Boolean TaglibGeneratorVisitor.visitComponentLibrary(ComponentLibrary model, ComponentLibrary componentLibrary)
           
 Boolean TaglibGeneratorVisitor.visitConverter(ConverterModel model, ComponentLibrary componentLibrary)
           
 Boolean TaglibGeneratorVisitor.visitEvent(EventModel model, ComponentLibrary param)
           
 Boolean TaglibGeneratorVisitor.visitFunction(FunctionModel model, ComponentLibrary componentLibrary)
           
 Boolean TaglibGeneratorVisitor.visitValidator(ValidatorModel model, ComponentLibrary componentLibrary)
          This method generates validator tag.
 

Uses of ComponentLibrary in org.richfaces.cdk.model
 

Methods in org.richfaces.cdk.model with parameters of type ComponentLibrary
 R Visitor.visitComponentLibrary(ComponentLibrary model, D param)
           
 R SimpleVisitor.visitComponentLibrary(ComponentLibrary model, D param)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.model.validator
 

Methods in org.richfaces.cdk.model.validator with parameters of type ComponentLibrary
protected  void ValidatorImpl.vefifyRenderer(ComponentLibrary library, RendererModel renderer)
           
 void ValidatorImpl.verify(ComponentLibrary library)
           
protected  void ValidatorImpl.verifyBehaviors(ComponentLibrary library)
          

Verify all behaviors in the library.

protected  void ValidatorImpl.verifyComponentAttributes(ComponentLibrary library, ComponentModel component, Collection<ComponentModel> verified)
          

protected  void ValidatorImpl.verifyComponents(ComponentLibrary library)
           
protected  void ValidatorImpl.verifyConverters(ComponentLibrary library)
           
protected  void ValidatorImpl.verifyEvents(ComponentLibrary library)
           
protected  void ValidatorImpl.verifyRenderers(ComponentLibrary library)
           
protected  void ValidatorImpl.verifyTaglib(ComponentLibrary library)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.templatecompiler
 

Methods in org.richfaces.cdk.templatecompiler with parameters of type ComponentLibrary
 void RendererClassGenerator.render(ComponentLibrary library)
           
 

Constructors in org.richfaces.cdk.templatecompiler with parameters of type ComponentLibrary
RendererTemplateParser(ComponentLibrary library, JAXB jaxbBinding, org.richfaces.cdk.Logger log, FileManager sources, FragmentParser fragmentParser)
          

 

Uses of ComponentLibrary in org.richfaces.cdk.xmlconfig
 

Methods in org.richfaces.cdk.xmlconfig with parameters of type ComponentLibrary
 void FacesConfigGenerator.render(ComponentLibrary library)
           
 

Uses of ComponentLibrary in org.richfaces.cdk.xmlconfig.model
 

Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type ComponentLibrary
protected  Class<? extends ComponentLibrary> FacesConfigAdapter.getModelClass(FacesConfigBean bean)
           
 

Methods in org.richfaces.cdk.xmlconfig.model with parameters of type ComponentLibrary
protected  Class<? extends FacesConfigBean> FacesConfigAdapter.getBeanClass(ComponentLibrary model)
           
 


RichFaces CDK Generator 4.2.0.CR1

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