Custom
java.beans.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 author: Juergen Hoeller See Also: java.util.Properties.load |