java.beans.PropertyEditor Editor for a
PropertyValues object.
The required format is defined in the
java.util.Properties documentation. Each property must be on a new line.
The present implementation relies on a
org.springframework.beans.propertyeditors.PropertiesEditor underneath.
author: Rod Johnson author: Juergen Hoeller |