Package org.springframework.beans
Class PropertyValuesEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.PropertyValuesEditor
- All Implemented Interfaces:
- PropertyEditor
Editor for a PropertyValues object.
 The required format is defined in the Properties
 documentation. Each property must be on a new line.
 
The present implementation relies on a
 PropertiesEditor
 underneath.
- Author:
- Rod Johnson, Juergen Hoeller
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
- 
Constructor Details- 
PropertyValuesEditorpublic PropertyValuesEditor()
 
- 
- 
Method Details- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
- Throws:
- IllegalArgumentException
 
 
-