org.springframework.beans
Class PropertyValuesEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.springframework.beans.PropertyValuesEditor
org.springframework.beans.PropertyValuesEditor
- All Implemented Interfaces: 
- PropertyEditor
- public class PropertyValuesEditor 
- extends PropertyEditorSupport
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
 
 
| Methods inherited from class java.beans.PropertyEditorSupport | 
| addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertyValuesEditor
public PropertyValuesEditor()
setAsText
public void setAsText(String text)
               throws IllegalArgumentException
- 
- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
 
- 
- Throws:
- IllegalArgumentException
 
Copyright © 2002-2008 The Spring Framework.