| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NamingConventions.inferTaglibUri(ComponentLibrary library)
Determine default taglib uri from library model. |
String |
RichFacesConventions.inferTaglibUri(ComponentLibrary library) |
void |
CdkWriter.render(ComponentLibrary library) |
void |
ModelValidator.verify(ComponentLibrary library)
Perform verify procedure on the library model. |
| Modifier and Type | Method and Description |
|---|---|
ComponentLibrary |
LibraryCache.load() |
ComponentLibrary |
LibraryCacheImpl.load() |
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryCache.save(ComponentLibrary library) |
void |
LibraryCacheImpl.save(ComponentLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagLibProcessor.process(Element element,
ComponentLibrary library) |
void |
BehaviorProcessor.process(Element element,
ComponentLibrary library) |
void |
ValidatorProcessor.process(Element element,
ComponentLibrary library) |
void |
ConverterProcessor.process(Element element,
ComponentLibrary library) |
void |
ComponentProcessor.process(Element element,
ComponentLibrary library) |
void |
BehaviorRendererProcessor.process(Element element,
ComponentLibrary library) |
void |
CdkAnnotationProcessor.process(Element element,
ComponentLibrary library)
|
void |
FunctionProcessor.process(Element element,
ComponentLibrary library) |
void |
EventProcessor.process(Element element,
ComponentLibrary library) |
void |
RendererProcessor.process(Element rendererElement,
ComponentLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeMarkerWriter.generate(ComponentLibrary library,
C c) |
protected Writer |
FreeMarkerWriter.getOutput(ComponentLibrary library,
C c) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSourceInterfaceGenerator.render(ComponentLibrary library) |
void |
BehaviorClassGenerator.render(ComponentLibrary library) |
void |
ConverterClassGenerator.render(ComponentLibrary library) |
void |
ComponentClassGenerator.render(ComponentLibrary library) |
void |
ValidatorClassGenerator.render(ComponentLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
ComponentLibrary |
TagHandlerWriter.getLibrary() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagHandlerWriter.render(ComponentLibrary library) |
void |
ListenerTagHandlerGenerator.render(ComponentLibrary library) |
void |
TagHandlerWriter.setLibrary(ComponentLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentLibrary |
ComponentLibraryHolder.getLibrary() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentLibrary.merge(ComponentLibrary library) |
void |
ComponentLibraryHolder.setLibrary(ComponentLibrary library) |
R |
Visitor.visitComponentLibrary(ComponentLibrary model,
D param) |
R |
SimpleVisitor.visitComponentLibrary(ComponentLibrary model,
D param) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
RendererClassGenerator.render(ComponentLibrary library) |
| Constructor and Description |
|---|
RendererTemplateParser(ComponentLibrary library,
JAXB jaxbBinding,
Logger log,
FileManager sources,
FragmentParser fragmentParser)
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacesConfigGenerator.render(ComponentLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ComponentLibrary> |
FacesConfigAdapter.getModelClass(FacesConfigBean bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends FacesConfigBean> |
FacesConfigAdapter.getBeanClass(ComponentLibrary model) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.