org.apache.tapestry5.internal.services
Class AnnotationDataTypeAnalyzer

java.lang.Object
  extended by org.apache.tapestry5.internal.services.AnnotationDataTypeAnalyzer
All Implemented Interfaces:
DataTypeAnalyzer

public class AnnotationDataTypeAnalyzer
extends Object
implements DataTypeAnalyzer

Checks for the DataType annotation, returning its value if present.


Constructor Summary
AnnotationDataTypeAnalyzer()
           
 
Method Summary
 String identifyDataType(PropertyAdapter adapter)
          Identifies the data type, if known, or returns null if not known.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDataTypeAnalyzer

public AnnotationDataTypeAnalyzer()
Method Detail

identifyDataType

public String identifyDataType(PropertyAdapter adapter)
Description copied from interface: DataTypeAnalyzer
Identifies the data type, if known, or returns null if not known.

Specified by:
identifyDataType in interface DataTypeAnalyzer


Copyright © 2003-2012 The Apache Software Foundation.