| Package | Description |
|---|---|
| org.richfaces.cdk |
Public CDK API classes.
|
| org.richfaces.cdk.model |
CDK library model classes used by all generation tasks.
|
| org.richfaces.cdk.model.validator | |
| org.richfaces.cdk.templatecompiler.model |
JAXB classes that wraps real model classes.
|
| org.richfaces.cdk.xmlconfig.model |
JAXB classes that wraps real model classes.
|
| Modifier and Type | Method and Description |
|---|---|
FacesId |
NamingConventions.inferBehaviorType(ClassName targetClass)
Infer behavior type by class name |
FacesId |
RichFacesConventions.inferBehaviorType(ClassName targetClass) |
FacesId |
NamingConventions.inferComponentType(ClassName componentClass)
Calculates component type from class name. |
FacesId |
RichFacesConventions.inferComponentType(ClassName componentClass) |
FacesId |
NamingConventions.inferRendererFamily(FacesId type)
Infer renderer family by renderer type |
FacesId |
RichFacesConventions.inferRendererFamily(FacesId type) |
FacesId |
NamingConventions.inferRendererType(ClassName targetClass)
Determine renderer type by Java class |
FacesId |
RichFacesConventions.inferRendererType(ClassName targetClass) |
FacesId |
NamingConventions.inferRendererType(FacesId id)
Infer renderer type by component type or family. |
FacesId |
RichFacesConventions.inferRendererType(FacesId id) |
FacesId |
NamingConventions.inferRendererTypeByTemplatePath(String templateName)
Infer renderer type from template file path |
FacesId |
RichFacesConventions.inferRendererTypeByTemplatePath(String templateName) |
FacesId |
NamingConventions.inferUIComponentFamily(FacesId componentType)
Infer component family by component type |
FacesId |
RichFacesConventions.inferUIComponentFamily(FacesId componentType) |
| Modifier and Type | Method and Description |
|---|---|
ClassName |
NamingConventions.inferBehaviorClass(FacesId id)
Infer name for generated behavior class by type |
ClassName |
RichFacesConventions.inferBehaviorClass(FacesId id) |
ClassName |
NamingConventions.inferRendererClass(FacesId id)
Infer Java class name by renderer type. |
ClassName |
RichFacesConventions.inferRendererClass(FacesId id) |
FacesId |
NamingConventions.inferRendererFamily(FacesId type)
Infer renderer family by renderer type |
FacesId |
RichFacesConventions.inferRendererFamily(FacesId type) |
FacesId |
NamingConventions.inferRendererType(FacesId id)
Infer renderer type by component type or family. |
FacesId |
RichFacesConventions.inferRendererType(FacesId id) |
ClassName |
NamingConventions.inferTagHandlerClass(FacesId componentType,
String markup)
|
ClassName |
RichFacesConventions.inferTagHandlerClass(FacesId componentType,
String markup) |
String |
NamingConventions.inferTagName(FacesId componentType)
Infer VDL tag name by component type |
String |
RichFacesConventions.inferTagName(FacesId componentType) |
ClassName |
NamingConventions.inferUIComponentClass(FacesId componentType)
Calculates concrete component class from explicit value or type. |
ClassName |
RichFacesConventions.inferUIComponentClass(FacesId componentType) |
FacesId |
NamingConventions.inferUIComponentFamily(FacesId componentType)
Infer component family by component type |
FacesId |
RichFacesConventions.inferUIComponentFamily(FacesId componentType) |
| Modifier and Type | Method and Description |
|---|---|
FacesId |
RendererModel.getFamily() |
FacesId |
ComponentModel.getFamily()
Reepresent a component family. |
FacesId |
BehaviorRendererModel.getId()
|
FacesId |
ListenerModel.getId() |
FacesId |
FacesComponent.getId()
|
FacesId |
RenderKitModel.getId()
|
FacesId |
ModelElementBase.getId() |
FacesId |
BehaviorModel.getRendererType()
|
FacesId |
ComponentModel.getRendererType()
|
static FacesId |
FacesId.parseId(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentLibrary.addRenderer(FacesId renderKitId,
RendererModel rendererModel) |
RenderKitModel |
ComponentLibrary.addRenderKit(FacesId renderKitType) |
int |
FacesId.compareTo(FacesId o) |
ComponentModel |
ComponentLibrary.getComponentByFamily(FacesId family) |
ComponentModel |
ComponentLibrary.getComponentByRenderer(FacesId family,
FacesId rendererType) |
ComponentModel |
ComponentLibrary.getComponentByType(FacesId componentType) |
RendererModel |
ComponentLibrary.getRendererByType(FacesId rendererType) |
RenderKitModel |
ComponentLibrary.getRenderKit(FacesId id) |
void |
RendererModel.setFamily(FacesId family) |
void |
ComponentModel.setFamily(FacesId family)
|
void |
BehaviorRendererModel.setId(FacesId type)
|
void |
ListenerModel.setId(FacesId type)
|
void |
FacesComponent.setId(FacesId id)
|
void |
RenderKitModel.setId(FacesId id)
|
void |
ModelElementBase.setId(FacesId id) |
void |
BehaviorModel.setRendererType(FacesId rendererType)
|
void |
ComponentModel.setRendererType(FacesId renderer)
|
| Constructor and Description |
|---|
BehaviorModel(FacesId behaviorId) |
BehaviorRendererModel(FacesId type) |
ComponentModel(FacesId key) |
ConverterModel(FacesId converterId) |
FacesComponent.ComponentPredicate(FacesId id)
|
ListenerModel(FacesId type) |
RendererModel(FacesId type) |
ValidatorModel(FacesId validatorId) |
| Modifier and Type | Method and Description |
|---|---|
FacesId |
NamingConventionsCallback.inferType()
Last resort - infer default JSF type |
FacesId |
NamingConventionsCallback.inferType(ClassName targetClass)
Infer JSF type by Java class name |
| Modifier and Type | Method and Description |
|---|---|
ClassName |
NamingConventionsCallback.inferClass(FacesId id)
Infer Java class name by JSF type |
protected void |
ValidatorImpl.verifyTag(TagModel tag,
FacesId id,
ClassName handler) |
| Modifier and Type | Method and Description |
|---|---|
FacesId |
CompositeInterface.getComponentFamily()
|
FacesId |
CompositeInterface.getRendererType()
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeInterface.setComponentFamily(FacesId family)
|
void |
CompositeInterface.setRendererType(FacesId rendererType)
|
| Modifier and Type | Method and Description |
|---|---|
FacesId |
RendererBean.getFamily()
|
FacesId |
ComponentBean.ComponentExtension.getFamily()
|
FacesId |
ConverterBean.getId() |
FacesId |
ValidatorBean.getId() |
FacesId |
BehaviorBean.getId() |
FacesId |
BehaviorRendererBean.getId()
|
FacesId |
RenderKitBean.getId() |
FacesId |
ComponentBean.getId()
|
FacesId |
ComponentBean.ComponentExtension.getRendererType()
|
FacesId |
FacesIdAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
FacesIdAdapter.marshal(FacesId v) |
void |
RendererBean.setFamily(FacesId family)
|
void |
ComponentBean.ComponentExtension.setFamily(FacesId family)
|
void |
ConverterBean.setId(FacesId id) |
void |
ValidatorBean.setId(FacesId id) |
void |
BehaviorBean.setId(FacesId id) |
void |
BehaviorRendererBean.setId(FacesId type)
|
void |
RenderKitBean.setId(FacesId key) |
void |
ComponentBean.setId(FacesId type)
|
void |
ComponentBean.ComponentExtension.setRendererType(FacesId rendererType)
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.