RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt.processors
Interface AttributesProcessor

All Known Implementing Classes:
AttributesProcessorImpl

public interface AttributesProcessor

Author:
asmirnov@exadel.com

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

processXmlFragment

void processXmlFragment(BeanModelBase component,
                        String... attributesConfig)

Process attributes defined by the faces-config fragment.

Parameters:
attributesConfig - relative URL to the fragment file.

processType

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

Parameters:
element -

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.