|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |