org.apache.tapestry5.internal.services.meta
Class MetaAnnotationExtractor
java.lang.Object
org.apache.tapestry5.internal.services.meta.MetaAnnotationExtractor
- All Implemented Interfaces:
- MetaDataExtractor<Meta>
public class MetaAnnotationExtractor
- extends Object
- implements MetaDataExtractor<Meta>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaAnnotationExtractor
public MetaAnnotationExtractor()
extractMetaData
public void extractMetaData(MutableComponentModel model,
Meta annotation)
- Description copied from interface:
MetaDataExtractor
- Invoked on the extractor to extract the appropriate value for the annotation and
set the meta data on the model.
- Specified by:
extractMetaData
in interface MetaDataExtractor<Meta>
- Parameters:
model
- on which to set meta dataannotation
- class annotation, from whose attributes specific data may be extracted
Copyright © 2003-2012 The Apache Software Foundation.