Package org.springframework.beans
Class PropertyValuesEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.beans.PropertyValuesEditor
- All Implemented Interfaces:
PropertyEditor
public class PropertyValuesEditor extends PropertyEditorSupport
Editorfor aPropertyValuesobject.The required format is defined in the
Propertiesdocumentation. Each property must be on a new line.The present implementation relies on a
PropertiesEditorunderneath.- Author:
- Rod Johnson, Juergen Hoeller
Constructor Summary
Constructors Constructor Description PropertyValuesEditor()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAsText(String text)Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
Constructor Detail
PropertyValuesEditor
public PropertyValuesEditor()
Method Detail
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport- Throws:
IllegalArgumentException