public class TynamoDataTypeAnalyzer extends Object implements org.apache.tapestry5.services.DataTypeAnalyzer
| Constructor and Description |
|---|
TynamoDataTypeAnalyzer(DescriptorService descriptorService,
List<Pair> editorMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
identifyDataType(org.apache.tapestry5.ioc.services.PropertyAdapter adapter)
The first data type identifier in the editorMap whose "key" evaluates to true for the descriptor will be used
to load an editor (or display) block for the descriptor.
|
public TynamoDataTypeAnalyzer(DescriptorService descriptorService, List<Pair> editorMap)
descriptorService - editorMap - A list of pairs Pairpublic String identifyDataType(org.apache.tapestry5.ioc.services.PropertyAdapter adapter)
identifyDataType in interface org.apache.tapestry5.services.DataTypeAnalyzerCopyright © 2004-2013. All Rights Reserved.