Uses of Interface
org.apache.tapestry5.services.DataTypeAnalyzer

Packages that use DataTypeAnalyzer
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.kaptcha.internal.services [INTERNAL USE ONLY] support services for the Kaptcha component; API subject to change 
org.apache.tapestry5.kaptcha.services Services supporting the Kaptcha (CAPTCHA) component 
org.apache.tapestry5.services Core services 
 

Uses of DataTypeAnalyzer in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement DataTypeAnalyzer
 class AnnotationDataTypeAnalyzer
          Checks for the DataType annotation, returning its value if present.
 class DefaultDataTypeAnalyzer
          The default data type analyzer, which is based entirely on the type of the property (and not on annotations or naming conventions).
 

Constructors in org.apache.tapestry5.internal.services with parameters of type DataTypeAnalyzer
BeanModelSourceImpl(TypeCoercer typeCoercer, PropertyAccess propertyAccess, PropertyConduitSource propertyConduitSource, ClassFactory classFactory, DataTypeAnalyzer dataTypeAnalyzer, ObjectLocator locator)
           
 

Uses of DataTypeAnalyzer in org.apache.tapestry5.kaptcha.internal.services
 

Classes in org.apache.tapestry5.kaptcha.internal.services that implement DataTypeAnalyzer
 class KaptchaDataTypeAnalyzer
           
 

Uses of DataTypeAnalyzer in org.apache.tapestry5.kaptcha.services
 

Method parameters in org.apache.tapestry5.kaptcha.services with type arguments of type DataTypeAnalyzer
static void KaptchaModule.contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer> configuration)
           
 

Uses of DataTypeAnalyzer in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return DataTypeAnalyzer
 DataTypeAnalyzer TapestryModule.buildDataTypeAnalyzer(List<DataTypeAnalyzer> configuration)
          Analyzes properties to determine the data types, used to TapestryModule.provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration) locale display and edit blocks for properties.
static DataTypeAnalyzer TapestryModule.buildDefaultDataTypeAnalyzer(DefaultDataTypeAnalyzer service, InvalidationEventHub hub)
          The default data type analyzer is the final analyzer consulted and identifies the type entirely pased on the property type, working against its own configuration (mapping property type class to data type).
 

Methods in org.apache.tapestry5.services with parameters of type DataTypeAnalyzer
static void TapestryModule.contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer> configuration, DataTypeAnalyzer defaultDataTypeAnalyzer)
           Annotation Checks for DataType annotation Default (ordered last) DefaultDataTypeAnalyzer service ( TapestryModule.contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) )
 

Method parameters in org.apache.tapestry5.services with type arguments of type DataTypeAnalyzer
 DataTypeAnalyzer TapestryModule.buildDataTypeAnalyzer(List<DataTypeAnalyzer> configuration)
          Analyzes properties to determine the data types, used to TapestryModule.provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration) locale display and edit blocks for properties.
static void TapestryModule.contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer> configuration, DataTypeAnalyzer defaultDataTypeAnalyzer)
           Annotation Checks for DataType annotation Default (ordered last) DefaultDataTypeAnalyzer service ( TapestryModule.contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) )
 



Copyright © 2003-2012 The Apache Software Foundation.