RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt.processors
Interface CdkAnnotationProcessor

All Known Implementing Classes:
BehaviorProcessor, BehaviorRendererProcessor, ComponentProcessor, ConverterProcessor, EventProcessor, FunctionProcessor, RendererProcessor, TagLibProcessor, ValidatorProcessor

public interface CdkAnnotationProcessor

Author:
asmirnov@exadel.com

Method Summary
 Class<? extends Annotation> getProcessedAnnotation()
           
 void process(Element element, ComponentLibrary library)
          

 

Method Detail

process

void process(Element element,
             ComponentLibrary library)
             throws CdkProcessingException

Parameters:
element -
library - TODO
Throws:
CdkProcessingException

getProcessedAnnotation

Class<? extends Annotation> getProcessedAnnotation()

RichFaces CDK Generator 4.2.0.CR1

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