|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributesProcessor
| Method Summary | |
|---|---|
void |
processType(BeanModelBase component,
TypeElement element)
Process all bean properties associated with type element. |
void |
processXmlFragment(BeanModelBase component,
String... attributesConfig)
Process attributes defined by the faces-config fragment. |
| Method Detail |
|---|
void processXmlFragment(BeanModelBase component,
String... attributesConfig)
Process attributes defined by the faces-config fragment.
attributesConfig - relative URL to the fragment file.
void processType(BeanModelBase component,
TypeElement element)
Process all bean properties associated with type element. Recursively visit all supertypes and interfaces. For each type,
tries to read xml fragment with same name as class or interface with ".xml" suffix, then collect all bean properties
marked by the Attribute annotation
element -
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||