| 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.util |
| Modifier and Type | Method and Description |
|---|---|
FacesId |
NamingConventions.inferComponentType(ClassName componentClass)
Calculates component type from class name. |
FacesId |
RichFacesConventions.inferComponentType(ClassName componentClass) |
ClassName |
NamingConventions.inferTagHandlerClass(FacesId componentType,
String markup)
|
String |
RichFacesConventions.inferTaglibName(String uri) |
String |
NamingConventions.inferTagName(FacesId componentType)
Infer VDL tag name by component type |
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 |
| Modifier and Type | Method and Description |
|---|---|
static Name |
Name.create(String name)
Creates RichFaces name representation from string. |
static Name |
Name.create(String prefix,
Name.Classifier classifier,
String name) |
static Name |
Name.create(String prefix,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValidatorImpl.verifyComponentType(ComponentModel component)
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PropertyUtils.methodToName(String methodName) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.