Uses of Interface
org.springframework.binding.MutablePropertyAccessStrategy

Packages that use MutablePropertyAccessStrategy
org.springframework.binding Base interfaces for property read/write access. 
org.springframework.binding.form.support   
org.springframework.binding.support Implementations of the property access interfaces providing basic bean/class access. 
org.springframework.binding.value.support Supporting value model and value holder implementations. 
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
 

Uses of MutablePropertyAccessStrategy in org.springframework.binding
 

Methods in org.springframework.binding that return MutablePropertyAccessStrategy
 MutablePropertyAccessStrategy MutablePropertyAccessStrategy.getPropertyAccessStrategyForPath(String propertyPath)
          Get a MutablePropertyAccessStrategy for the given property.
 MutablePropertyAccessStrategy MutablePropertyAccessStrategy.newPropertyAccessStrategy(ValueModel domainObjectHolder)
          Return a new MutablePropertyAccessStrategy for the given valueModel.
 

Uses of MutablePropertyAccessStrategy in org.springframework.binding.form.support
 

Methods in org.springframework.binding.form.support that return MutablePropertyAccessStrategy
 MutablePropertyAccessStrategy AbstractFormModel.getFormObjectPropertyAccessStrategy()
           
 

Constructors in org.springframework.binding.form.support with parameters of type MutablePropertyAccessStrategy
AbstractFormModel(MutablePropertyAccessStrategy propertyAccessStrategy, boolean buffered)
           
DefaultFormModel(MutablePropertyAccessStrategy domainObjectAccessStrategy)
           
DefaultFormModel(MutablePropertyAccessStrategy domainObjectAccessStrategy, boolean bufferChanges)
           
 

Uses of MutablePropertyAccessStrategy in org.springframework.binding.support
 

Classes in org.springframework.binding.support that implement MutablePropertyAccessStrategy
 class AbstractPropertyAccessStrategy
          An abstract implementation of MutablePropertyAccessStrategy that provides support for concrete implementations.
 class AnnotationAwareBeanPropertyAccessStrategy
          A JavaBean PropertyAccessStrategy that exposes JDK 1.5 Annotations for each property in the form of property level user metadata.
 class BeanPropertyAccessStrategy
          An implementation of MutablePropertyAccessStrategy that provides access to the properties of a JavaBean.
 class ClassPropertyAccessStrategy
          An implementation of MutablePropertyAccessStrategy that provides type-save access to data specified by a class.
 class ObjectPropertyAccessStrategy
          An implementation of MutablePropertyAccessStrategy that provides access to the properties of any object.
 

Methods in org.springframework.binding.support that return MutablePropertyAccessStrategy
 MutablePropertyAccessStrategy ClassPropertyAccessStrategy.getPropertyAccessStrategyForPath(String propertyPath)
           
 MutablePropertyAccessStrategy ObjectPropertyAccessStrategy.getPropertyAccessStrategyForPath(String propertyPath)
           
abstract  MutablePropertyAccessStrategy AbstractPropertyAccessStrategy.getPropertyAccessStrategyForPath(String propertyPath)
           
 MutablePropertyAccessStrategy BeanPropertyAccessStrategy.getPropertyAccessStrategyForPath(String propertyPath)
           
 MutablePropertyAccessStrategy ClassPropertyAccessStrategy.newPropertyAccessStrategy(ValueModel domainObjectHolder)
           
 MutablePropertyAccessStrategy ObjectPropertyAccessStrategy.newPropertyAccessStrategy(ValueModel domainObjectHolder)
           
abstract  MutablePropertyAccessStrategy AbstractPropertyAccessStrategy.newPropertyAccessStrategy(ValueModel domainObjectHolder)
           
 MutablePropertyAccessStrategy BeanPropertyAccessStrategy.newPropertyAccessStrategy(ValueModel domainObjectHolder)
           
 

Uses of MutablePropertyAccessStrategy in org.springframework.binding.value.support
 

Constructors in org.springframework.binding.value.support with parameters of type MutablePropertyAccessStrategy
PropertyAdapter(ValueModel valueModel, MutablePropertyAccessStrategy propertyAccessStrategy, String property)
           
 

Uses of MutablePropertyAccessStrategy in org.springframework.rules.constraint.property
 

Methods in org.springframework.rules.constraint.property that return MutablePropertyAccessStrategy
protected  MutablePropertyAccessStrategy UniquePropertyValueConstraint.createPropertyAccessStrategy(Object o)
           
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.