Class MetaAnnotationExtractor
java.lang.Object
org.apache.tapestry5.internal.services.meta.MetaAnnotationExtractor
- All Implemented Interfaces:
MetaDataExtractor<Meta>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
MetaAnnotationExtractor
public MetaAnnotationExtractor()
-
-
Method Details
-
extractMetaData
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
-