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

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

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(java.lang.String name)
           
 

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

Methods in org.apache.tapestry5.ioc.services that return PropertyAdapter
 PropertyAdapter ClassPropertyAdapter.getPropertyAdapter(java.lang.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()
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.