Uses of Interface
org.ajax4jsf.builder.generator.JSFGeneratorConfiguration

Packages that use JSFGeneratorConfiguration
org.ajax4jsf.builder.ant   
org.ajax4jsf.builder.component   
org.ajax4jsf.builder.component.methods   
org.ajax4jsf.builder.component.state   
org.ajax4jsf.builder.generator   
 

Uses of JSFGeneratorConfiguration in org.ajax4jsf.builder.ant
 

Classes in org.ajax4jsf.builder.ant that implement JSFGeneratorConfiguration
 class JSFGeneratorTask
          Base Task for build componenta,renderers,faces-config,tag and tld files.
 

Uses of JSFGeneratorConfiguration in org.ajax4jsf.builder.component
 

Methods in org.ajax4jsf.builder.component with parameters of type JSFGeneratorConfiguration
 boolean ComponentPropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean PrimitivePropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean ExpressionPropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean ActionSource2PropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean ELPropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean PropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 JavaClass ComponentModelBuilder.build(ComponentBean componentBean, JSFGeneratorConfiguration configuration)
           
protected  JavaMethod ComponentPropertyProcessor.getAccessor(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
protected  JavaMethod ELPropertyProcessor.getAccessor(JSFGeneratorConfiguration config, PropertyBean propertyBean, JavaField field)
           
protected  JavaField ComponentPropertyProcessor.getField(PropertyBean propertyBean, JSFGeneratorConfiguration configuration)
           
protected  JavaMethod ComponentPropertyProcessor.getMutator(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
 void ComponentPropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void PrimitivePropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void ActionSource2PropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void PropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 

Uses of JSFGeneratorConfiguration in org.ajax4jsf.builder.component.methods
 

Methods in org.ajax4jsf.builder.component.methods with parameters of type JSFGeneratorConfiguration
protected  org.apache.velocity.Template VelocityMethodBody.loadTemplate(java.lang.String id, JSFGeneratorConfiguration configuration)
           
 

Constructors in org.ajax4jsf.builder.component.methods with parameters of type JSFGeneratorConfiguration
ELPropertyAccessorMethodBody(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
VelocityMethodBody(JSFGeneratorConfiguration configuration)
           
 

Uses of JSFGeneratorConfiguration in org.ajax4jsf.builder.component.state
 

Methods in org.ajax4jsf.builder.component.state with parameters of type JSFGeneratorConfiguration
 MethodBody ComponentStateManager.getRestoreStateMethodBody(JSFGeneratorConfiguration configuration)
           
 MethodBody ComponentStateManager.getSaveStateMethodBody(JSFGeneratorConfiguration configuration)
           
 

Uses of JSFGeneratorConfiguration in org.ajax4jsf.builder.generator
 

Methods in org.ajax4jsf.builder.generator that return JSFGeneratorConfiguration
 JSFGeneratorConfiguration InnerGenerator.getConfig()
           
 

Methods in org.ajax4jsf.builder.generator with parameters of type JSFGeneratorConfiguration
 void InnerGenerator.setConfig(JSFGeneratorConfiguration config)
           
 

Constructors in org.ajax4jsf.builder.generator with parameters of type JSFGeneratorConfiguration
BlankRendererGenerator(JSFGeneratorConfiguration task, Logger log)
           
ComponentGenerator(JSFGeneratorConfiguration task, Logger log)
           
ComponentGenerator2(JSFGeneratorConfiguration task, Logger log)
           
ComponentTagGenerator(JSFGeneratorConfiguration task, Logger log)
           
ComponentTestGenerator(JSFGeneratorConfiguration config, Logger log)
           
ConverterGenerator(JSFGeneratorConfiguration task, Logger log)
           
ConverterTagGenerator(JSFGeneratorConfiguration task, Logger log)
           
FaceletsTaglibGenerator(JSFGeneratorConfiguration task, Logger log)
           
FacesConfigGenerator(JSFGeneratorConfiguration task, Logger log)
           
InnerGenerator(JSFGeneratorConfiguration config, Logger log)
           
ListenerGenerator(JSFGeneratorConfiguration config, Logger log)
           
ListenerTagGenerator(JSFGeneratorConfiguration config, Logger log)
           
RendererCompilationContext(Logger log, java.lang.ClassLoader loader, JSFGeneratorConfiguration configuration)
           
RendererGenerator(JSFGeneratorConfiguration task, Logger log)
           
ResourcesConfigGenerator(JSFGeneratorConfiguration task, Logger log)
           
TagHandlerGenerator(JSFGeneratorConfiguration task, Logger log)
           
TaglibGenerator(JSFGeneratorConfiguration task, Logger log)
           
TagTestGenerator(JSFGeneratorConfiguration config, Logger log)
           
ValidatorGenerator(JSFGeneratorConfiguration task, Logger log)
           
ValidatorTagGenerator(JSFGeneratorConfiguration task, Logger log)
           
XMLConfigGenerator(JSFGeneratorConfiguration config, Logger log)
           
 



Copyright © 2009. All Rights Reserved.