|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PropertyAccessStrategy | |
---|---|
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.rules.constraint.property | Out of the box predicates and constraint building blocks involving bean properties. |
Uses of PropertyAccessStrategy in org.springframework.binding |
---|
Subinterfaces of PropertyAccessStrategy in org.springframework.binding | |
---|---|
interface |
MutablePropertyAccessStrategy
An extension of the base property access strategy interface that allows for mutable operations. |
Uses of PropertyAccessStrategy in org.springframework.binding.form.support |
---|
Classes in org.springframework.binding.form.support that implement PropertyAccessStrategy | |
---|---|
class |
FormModelPropertyAccessStrategy
Adapts the properties of FormModel so that they are accessible using the
PropertyAccessStrategy interface. |
Methods in org.springframework.binding.form.support that return PropertyAccessStrategy | |
---|---|
PropertyAccessStrategy |
AbstractFormModel.getPropertyAccessStrategy()
|
Uses of PropertyAccessStrategy in org.springframework.binding.support |
---|
Classes in org.springframework.binding.support that implement PropertyAccessStrategy | |
---|---|
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 PropertyAccessStrategy in org.springframework.rules.constraint.property |
---|
Methods in org.springframework.rules.constraint.property with parameters of type PropertyAccessStrategy | |
---|---|
protected boolean |
PropertyInGroupConstraint.test(PropertyAccessStrategy accessor)
|
protected boolean |
ConditionalPropertyConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy)
|
protected boolean |
PropertyValueConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy)
|
protected boolean |
PropertyPresent.test(PropertyAccessStrategy domainObjectAccessStrategy)
|
protected boolean |
RequiredIfTrue.test(PropertyAccessStrategy domainObjectAccessStrategy)
|
protected boolean |
PropertiesConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy)
|
protected abstract boolean |
AbstractPropertyConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |