|
||||||||||
| 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,
javax.lang.model.element.TypeElement element)
Process all bean properties associated with type element. |
void |
processXmlFragment(BeanModelBase component,
java.lang.String... attributesConfig)
Process attributes defined by the faces-config fragment. |
| Method Detail |
|---|
void processXmlFragment(BeanModelBase component,
java.lang.String... attributesConfig)
Process attributes defined by the faces-config fragment.
attributesConfig - relative URL to the fragment file.
void processType(BeanModelBase component,
javax.lang.model.element.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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||