| Package | Description |
|---|---|
| org.richfaces.cdk.apt.processors | |
| 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 |
|---|---|
void |
AttributesProcessor.processType(BeanModelBase component,
TypeElement element)
Process all bean properties associated with type element. |
void |
AttributesProcessorImpl.processType(BeanModelBase component,
TypeElement element) |
void |
AttributesProcessor.processXmlFragment(BeanModelBase component,
String... attributesConfig)
Process attributes defined by the faces-config fragment. |
void |
AttributesProcessorImpl.processXmlFragment(BeanModelBase component,
String... attributesConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
BehaviorModel
|
class |
ComponentModel
That class represents JSF component in the CDK.
|
class |
ConverterModel
|
class |
ModelElementBase
Base class for the most JSF components taht have description attributes and support extensions in faces-config. |
class |
RendererModel
|
class |
ValidatorModel
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementAdapterBase<Bean extends ElementBeanBase,Model extends BeanModelBase> |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.