org.springframework.beans
Interface ConfigurablePropertyAccessor
- All Superinterfaces: 
- PropertyAccessor, PropertyEditorRegistry, TypeConverter
- All Known Subinterfaces: 
- BeanWrapper
- All Known Implementing Classes: 
- AbstractPropertyAccessor, BeanWrapperImpl, DirectFieldAccessor
- public interface ConfigurablePropertyAccessor 
- extends PropertyAccessor, PropertyEditorRegistry, TypeConverter
Interface that encapsulates configuration methods for a PropertyAccessor.
 Also extends the PropertyEditorRegistry interface, which defines methods
 for PropertyEditor management.
 
Serves as base interface for BeanWrapper.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- BeanWrapper
 
 
| Method Summary | 
|  boolean | isExtractOldValueForEditor()Return whether to extract the old property value when applying a
 property editor to a new value for a property.
 | 
|  void | setExtractOldValueForEditor(boolean extractOldValueForEditor)Set whether to extract the old property value when applying a
 property editor to a new value for a property.
 | 
 
 
 
 
setExtractOldValueForEditor
void setExtractOldValueForEditor(boolean extractOldValueForEditor)
- Set whether to extract the old property value when applying a
 property editor to a new value for a property.
 
- 
 
- 
 
isExtractOldValueForEditor
boolean isExtractOldValueForEditor()
- Return whether to extract the old property value when applying a
 property editor to a new value for a property.
 
- 
 
- 
 
Copyright © 2002-2008 The Spring Framework.