| Package | Description |
|---|---|
| org.richfaces.cdk.apt.processors | |
| org.richfaces.cdk.generate.freemarker | |
| org.richfaces.cdk.generate.taglib | |
| org.richfaces.cdk.model |
CDK library model classes used by all generation tasks.
|
| org.richfaces.cdk.model.validator | |
| org.richfaces.cdk.templatecompiler | |
| org.richfaces.cdk.templatecompiler.statements | |
| org.richfaces.cdk.xmlconfig | |
| org.richfaces.cdk.xmlconfig.model |
JAXB classes that wraps real model classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributesProcessorImpl.processAttribute(SourceUtils.BeanProperty beanProperty,
PropertyBase attribute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModelElementBaseTemplateModel.isPredefined(PropertyBase property) |
| Constructor and Description |
|---|
PropertyModel(PropertyBase object,
freemarker.ext.beans.BeansWrapper wrapper)
|
| Modifier and Type | Method and Description |
|---|---|
PropertyBase |
ListenerAttribute.derivateProperty(EventModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeModel
|
class |
PropertyModel
That class represents JSF component property.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyBase |
BeanModelBase.createAttribute() |
protected PropertyBase |
RendererModel.createAttribute() |
PropertyBase |
BeanModelBase.getAttribute(String name)
Return bean attribute for given name. |
PropertyBase |
BeanModelBase.getOrCreateAttribute(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
ModelCollection<PropertyBase> |
BeanModelBase.getAttributes()
Represents JSF component attributes and properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyBase.merge(PropertyBase other) |
boolean |
PropertyBase.same(PropertyBase other) |
R |
Visitor.visitProperty(PropertyBase model,
D param) |
R |
SimpleVisitor.visitProperty(PropertyBase model,
D param) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValidatorImpl.verifyAttribute(PropertyBase attribute,
GeneratedFacesComponent component) |
| Modifier and Type | Method and Description |
|---|---|
RendererClassVisitor |
VisitorFactoryImpl.createVisitor(CompositeInterface composite,
Collection<PropertyBase> attributes) |
T |
TemplateVisitorFactory.createVisitor(CompositeInterface composite,
Collection<PropertyBase> attributes) |
| Constructor and Description |
|---|
RendererClassVisitor(CompositeInterface compositeInterface,
Collection<PropertyBase> attributes,
Logger log,
com.google.inject.Injector injector,
TypesFactory typesFactory,
HelperMethodFactory helperFactory,
CdkClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesStatement.processAttributes(AnyElement element,
Collection<PropertyBase> componentAttributes)
|
void |
AddAttributesToScriptHashStatement.setAttributes(Collection<String> attributeNames,
Collection<PropertyBase> componentAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyBase> |
FragmentParser.parseProperties(String url)
Parses faces-config.xml fragment with component/renderer properties. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyBase> |
ElementBeanBase.getAttributes() |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.