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 |
PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver(java.util.Properties props) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolves the supplied placeholder name into the replacement value.
|
private PropertyPlaceholderConfigurer.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 resolve.null
if no replacement is to be made.