public interface AttributesProcessor
| Modifier and Type | Method and Description |
|---|---|
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. |
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 - Copyright © 2014 JBoss by Red Hat. All Rights Reserved.