public static interface PropertyPlaceholderHelper.PlaceholderResolver
PropertyPlaceholderHelper| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolves the supplied placeholder name into the replacement value.
|
java.lang.String resolvePlaceholder(java.lang.String placeholderName)
placeholderName - the name of the placeholder to resolve.null if no replacement is to be made.