|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
java.lang.String |
RichFacesConventions.inferTaglibUri(ComponentLibrary library)
|
java.lang.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 |
ValidatorProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
void |
TagLibProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
void |
RendererProcessor.process(javax.lang.model.element.Element rendererElement,
ComponentLibrary library)
|
void |
FunctionProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
void |
EventProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
void |
ConverterProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
void |
ComponentProcessor.process(javax.lang.model.element.Element componentElement,
ComponentLibrary library)
|
void |
CdkAnnotationProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
void |
BehaviorProcessor.process(javax.lang.model.element.Element element,
ComponentLibrary library)
|
RendererModel |
RendererProcessor.process(javax.lang.model.element.TypeElement rendererElement,
org.richfaces.cdk.annotations.JsfRenderer annotation,
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 java.io.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 |
ValidatorClassGenerator.render(ComponentLibrary library)
|
void |
EventSourceInterfaceGenerator.render(ComponentLibrary library)
|
void |
ConverterClassGenerator.render(ComponentLibrary library)
|
void |
ComponentClassGenerator.render(ComponentLibrary library)
|
void |
BehaviorClassGenerator.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 java.io.Writer |
TaglibWriter.getOutput(ComponentLibrary library)
|
void |
TaglibWriter.render(ComponentLibrary library)
|
java.lang.Boolean |
TaglibGeneratorVisitor.visitBehavior(BehaviorModel model,
ComponentLibrary componentLibrary)
|
java.lang.Boolean |
TaglibGeneratorVisitor.visitComponent(ComponentModel model,
ComponentLibrary componentLibrary)
|
java.lang.Boolean |
TaglibGeneratorVisitor.visitComponentLibrary(ComponentLibrary model,
ComponentLibrary componentLibrary)
|
java.lang.Boolean |
TaglibGeneratorVisitor.visitConverter(ConverterModel model,
ComponentLibrary componentLibrary)
|
java.lang.Boolean |
TaglibGeneratorVisitor.visitEvent(EventModel model,
ComponentLibrary param)
|
java.lang.Boolean |
TaglibGeneratorVisitor.visitFunction(FunctionModel model,
ComponentLibrary componentLibrary)
|
java.lang.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,
java.util.Collection<ComponentModel> verified)
|
protected void |
ValidatorImpl.verifyComponents(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 java.lang.Class<? extends ComponentLibrary> |
FacesConfigAdapter.getModelClass(FacesConfigBean bean)
|
| Methods in org.richfaces.cdk.xmlconfig.model with parameters of type ComponentLibrary | |
|---|---|
protected java.lang.Class<? extends FacesConfigBean> |
FacesConfigAdapter.getBeanClass(ComponentLibrary model)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||