Handles conversion from content {@link String} to Properties object.Also handles {@link Map} to Properties conversion, for populatinga 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 java.util.Properties#load
| |