private class PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver extends java.lang.Object implements PropertyPlaceholderHelper.PlaceholderResolver
Modifier and Type | Field and Description |
---|---|
private java.util.Properties |
props |
Modifier | Constructor and Description |
---|---|
private |
PropertyPlaceholderConfigurerResolver(java.util.Properties props) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolve the supplied placeholder name to the replacement value.
|
private PropertyPlaceholderConfigurerResolver(java.util.Properties props)
public java.lang.String resolvePlaceholder(java.lang.String placeholderName)
PropertyPlaceholderHelper.PlaceholderResolver
resolvePlaceholder
in interface PropertyPlaceholderHelper.PlaceholderResolver
placeholderName
- the name of the placeholder to resolvenull
if no replacement is to be made