Uses of Interface
org.apache.tapestry5.commons.services.ClassPropertyAdapter
Packages that use ClassPropertyAdapter
Package
Description
-
Uses of ClassPropertyAdapter in org.apache.tapestry5.beanmodel.internal.services
Classes in org.apache.tapestry5.beanmodel.internal.services that implement ClassPropertyAdapterMethods in org.apache.tapestry5.beanmodel.internal.services that return ClassPropertyAdapterModifier and TypeMethodDescriptionPropertyAccessImpl.getAdapter
(Class forClass) PropertyAccessImpl.getAdapter
(Object instance) PropertyAdapterImpl.getClassAdapter()
-
Uses of ClassPropertyAdapter in org.apache.tapestry5.commons.services
Methods in org.apache.tapestry5.commons.services that return ClassPropertyAdapterModifier and TypeMethodDescriptionPropertyAccess.getAdapter
(Class forClass) Returns the adapter used to access properties within the indicated class.PropertyAccess.getAdapter
(Object instance) Returns the adapter for a particular object instance.PropertyAdapter.getClassAdapter()
Returns theClassPropertyAdapter
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 ClassPropertyAdapterModifier and TypeMethodDescriptionprotected final ClassPropertyAdapter
IOCTestCase.mockClassPropertyAdapter()
Deprecated.