org.richfaces.cdk.apt.processors
Class ValidatorProcessor
java.lang.Object
org.richfaces.cdk.apt.processors.ProcessorBase
org.richfaces.cdk.apt.processors.ValidatorProcessor
- All Implemented Interfaces:
- CdkAnnotationProcessor
@SupportedAnnotationTypes(value={"javax.faces.component.FacesComponent","org.richfaces.cdk.annotations.JsfValidator"})
public class ValidatorProcessor- extends ProcessorBase
- implements CdkAnnotationProcessor
- Since:
- Jan 13, 2010
- Author:
- akolonitsky
| Methods inherited from class org.richfaces.cdk.apt.processors.ProcessorBase |
getAnnotationPropertyOrConstant, getAttributeProcessor, getDocComment, getNamingConventions, getSourceUtils, processAttributes, processTag, setClassNames, setDescription, setNamingConventions, setTagInfo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorProcessor
public ValidatorProcessor()
process
public void process(Element element,
ComponentLibrary library)
throws CdkProcessingException
- Description copied from interface:
CdkAnnotationProcessor
- Specified by:
process in interface CdkAnnotationProcessor
library - TODO
- Throws:
CdkProcessingException
getProcessedAnnotation
public Class<? extends Annotation> getProcessedAnnotation()
- Specified by:
getProcessedAnnotation in interface CdkAnnotationProcessor
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.