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

Packages that use ClassPropertyAdapter
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.ioc.services Tapestry IOC service interfaces 
org.apache.tapestry5.ioc.test Classes supporting testing of Tapestry IOC services 
 

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

Classes in org.apache.tapestry5.ioc.internal.services that implement ClassPropertyAdapter
 class ClassPropertyAdapterImpl
           
 

Methods in org.apache.tapestry5.ioc.internal.services that return ClassPropertyAdapter
 ClassPropertyAdapter PropertyAccessImpl.getAdapter(Class forClass)
           
 ClassPropertyAdapter PropertyAccessImpl.getAdapter(Object instance)
           
 ClassPropertyAdapter PropertyAdapterImpl.getClassAdapter()
           
 

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

Methods in org.apache.tapestry5.ioc.services that return ClassPropertyAdapter
 ClassPropertyAdapter PropertyAccess.getAdapter(Class forClass)
          Returns the adapter used to access properties within the indicated class.
 ClassPropertyAdapter PropertyAccess.getAdapter(Object instance)
          Returns the adapter for a particular object instance.
 ClassPropertyAdapter PropertyAdapter.getClassAdapter()
          Returns the ClassPropertyAdapter that provides access to other properties defined by the same class.
 

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

Methods in org.apache.tapestry5.ioc.test that return ClassPropertyAdapter
protected  ClassPropertyAdapter IOCTestCase.mockClassPropertyAdapter()
           
 



Copyright © 2003-2012 The Apache Software Foundation.