Class KaptchaDataTypeAnalyzer
- java.lang.Object
-
- org.apache.tapestry5.kaptcha.internal.services.KaptchaDataTypeAnalyzer
-
- All Implemented Interfaces:
DataTypeAnalyzer
public class KaptchaDataTypeAnalyzer extends Object implements DataTypeAnalyzer
-
-
Constructor Summary
Constructors Constructor Description KaptchaDataTypeAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
identifyDataType(PropertyAdapter adapter)
Identifies the data type, if known, or returns null if not known.
-
-
-
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 interfaceDataTypeAnalyzer
-
-