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