Class ContentTypeExtractor
java.lang.Object
org.apache.tapestry5.internal.services.meta.ContentTypeExtractor
- All Implemented Interfaces:
MetaDataExtractor<ContentType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
extractMetaData
(MutableComponentModel model, ContentType annotation) Invoked on the extractor to extract the appropriate value for the annotation and set the meta data on the model.
-
Constructor Details
-
ContentTypeExtractor
public ContentTypeExtractor()
-
-
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<ContentType>
- Parameters:
model
- on which to set meta dataannotation
- class annotation, from whose attributes specific data may be extracted
-