Package | Description |
---|---|
org.springframework.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
PropertyPlaceholderHelper.parseStringValue(java.lang.String value,
PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver,
java.util.Set<java.lang.String> visitedPlaceholders) |
java.lang.String |
PropertyPlaceholderHelper.replacePlaceholders(java.lang.String value,
PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver)
Replaces all placeholders of format
${name} with the value returned
from the supplied PropertyPlaceholderHelper.PlaceholderResolver . |