Uses of Interface
org.apache.tapestry5.ioc.services.PropertyAdapter

Packages that use PropertyAdapter
org.apache.tapestry5.internal.services   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.kaptcha.internal.services   
org.apache.tapestry5.services Core services 
 

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

Methods in org.apache.tapestry5.internal.services with parameters of type PropertyAdapter
 String AnnotationDataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
           
 String DefaultDataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
           
 

Uses of PropertyAdapter in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement PropertyAdapter
 class PropertyAdapterImpl
           
 

Methods in org.apache.tapestry5.ioc.internal.services that return PropertyAdapter
 PropertyAdapter ClassPropertyAdapterImpl.getPropertyAdapter(String name)
           
 

Uses of PropertyAdapter in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services that return PropertyAdapter
 PropertyAdapter ClassPropertyAdapter.getPropertyAdapter(String name)
          Returns the property adapter with the given name, or null if no such adapter exists.
 

Uses of PropertyAdapter in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return PropertyAdapter
protected  PropertyAdapter IOCTestCase.mockPropertyAdapter()
           
 

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

Methods in org.apache.tapestry5.kaptcha.internal.services with parameters of type PropertyAdapter
 String KaptchaDataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
           
 

Uses of PropertyAdapter in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type PropertyAdapter
 String DataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
          Identifies the data type, if known, or returns null if not known.
 



Copyright © 2003-2012 The Apache Software Foundation.