org.apache.tapestry5.kaptcha.internal.services
Class KaptchaDataTypeAnalyzer

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

public class KaptchaDataTypeAnalyzer
extends Object
implements DataTypeAnalyzer


Constructor Summary
KaptchaDataTypeAnalyzer()
           
 
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

KaptchaDataTypeAnalyzer

public KaptchaDataTypeAnalyzer()
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.