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 Summary
Constructors - 
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor 
- 
Constructor Details
- 
PropertyValuesEditor
public PropertyValuesEditor() 
 - 
 - 
Method Details
- 
setAsText
- Specified by:
 setAsTextin interfacePropertyEditor- Overrides:
 setAsTextin classPropertyEditorSupport- Throws:
 IllegalArgumentException
 
 -