| Package | Description |
|---|---|
| org.richfaces.cdk.generate.taglib | |
| org.richfaces.cdk.model |
CDK library model classes used by all generation tasks.
|
| org.richfaces.cdk.xmlconfig.model |
JAXB classes that wraps real model classes.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TaglibGeneratorVisitor.visitFunction(FunctionModel model,
ComponentLibrary componentLibrary) |
| Modifier and Type | Method and Description |
|---|---|
ModelCollection<FunctionModel> |
ComponentLibrary.getFunctions()
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionModel.merge(FunctionModel other) |
boolean |
FunctionModel.same(FunctionModel other) |
R |
Visitor.visitFunction(FunctionModel model,
D param) |
R |
SimpleVisitor.visitFunction(FunctionModel model,
D param) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionModel> |
FacesConfigBean.FacesConfigExtension.getFunctions()
|
protected Class<? extends FunctionModel> |
FunctionAdapter.getModelClass(FunctionBean bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends FunctionBean> |
FunctionAdapter.getBeanClass(FunctionModel prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacesConfigBean.FacesConfigExtension.setFunctions(List<FunctionModel> functions)
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.