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 java.lang.Object
implements DataTypeAnalyzer

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


Constructor Summary
AnnotationDataTypeAnalyzer()
           
 
Method Summary
 java.lang.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 java.lang.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.