Class PropertiesEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.PropertiesEditor
All Implemented Interfaces:
PropertyEditor

public class PropertiesEditor extends PropertyEditorSupport
Custom PropertyEditor for Properties objects.

Handles conversion from content String to Properties object. Also handles Map to Properties conversion, for populating a Properties object via XML "map" entries.

The required format is defined in the standard Properties documentation. Each property must be on a new line.

Author:
Rod Johnson, Juergen Hoeller
See Also: