| Package | Description |
|---|---|
| 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.xmlconfig.model |
JAXB classes that wraps real model classes.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TagHandlerGeneratorVisitor.visitBehavior(BehaviorModel model,
Boolean data) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TaglibGeneratorVisitor.visitBehavior(BehaviorModel model,
ComponentLibrary componentLibrary) |
| Modifier and Type | Method and Description |
|---|---|
ModelCollection<BehaviorModel> |
ComponentLibrary.getBehaviors()
|
| Modifier and Type | Method and Description |
|---|---|
void |
BehaviorModel.merge(BehaviorModel other) |
boolean |
BehaviorModel.same(BehaviorModel other) |
R |
Visitor.visitBehavior(BehaviorModel model,
D param) |
R |
SimpleVisitor.visitBehavior(BehaviorModel model,
D param) |
| Modifier and Type | Method and Description |
|---|---|
List<BehaviorModel> |
FacesConfigBean.getBehaviors() |
protected Class<? extends BehaviorModel> |
BehaviorAdapter.getModelClass(BehaviorBean bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends BehaviorBean> |
BehaviorAdapter.getBeanClass(BehaviorModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacesConfigBean.setBehaviors(List<BehaviorModel> behaviors) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.