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>
-
-
Constructor Summary
Constructors Constructor Description MetaAnnotationExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
extractMetaData(MutableComponentModel model, Meta annotation)
Invoked on the extractor to extract the appropriate value for the annotation and set the meta data on the model.
-
-
-
Constructor Detail
-
MetaAnnotationExtractor
public MetaAnnotationExtractor()
-
-
Method Detail
-
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 interfaceMetaDataExtractor<Meta>
- Parameters:
model
- on which to set meta dataannotation
- class annotation, from whose attributes specific data may be extracted
-
-