当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ConfigurablePropertyAccessor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.beans
Interface ConfigurablePropertyAccessor
- All Superinterfaces:
- PropertyAccessor, PropertyEditorRegistry
- All Known Subinterfaces:
- BeanWrapper
- All Known Implementing Classes:
- AbstractPropertyAccessor, BeanWrapperImpl, DirectFieldAccessor
public interface ConfigurablePropertyAccessor
- extends PropertyAccessor, PropertyEditorRegistry
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-2007 The Spring Framework.