org.apache.tapestry5.internal.services.meta
Class MetaAnnotationExtractor

java.lang.Object
  extended by org.apache.tapestry5.internal.services.meta.MetaAnnotationExtractor
All Implemented Interfaces:
MetaDataExtractor<Meta>

public class MetaAnnotationExtractor
extends Object
implements MetaDataExtractor<Meta>


Constructor Summary
MetaAnnotationExtractor()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface MetaDataExtractor<Meta>
Parameters:
model - on which to set meta data
annotation - class annotation, from whose attributes specific data may be extracted


Copyright © 2003-2012 The Apache Software Foundation.