org.springframework.beans.factory.config
Class PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver

java.lang.Object
  extended by org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver
All Implemented Interfaces:
PropertyPlaceholderHelper.PlaceholderResolver
Enclosing class:
PropertyPlaceholderConfigurer

private class PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver
extends java.lang.Object
implements PropertyPlaceholderHelper.PlaceholderResolver


Field Summary
private  java.util.Properties props
           
 
Constructor Summary
private PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver(java.util.Properties props)
           
 
Method Summary
 java.lang.String resolvePlaceholder(java.lang.String placeholderName)
          Resolves the supplied placeholder name into the replacement value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

private final java.util.Properties props
Constructor Detail

PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver

private PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver(java.util.Properties props)
Method Detail

resolvePlaceholder

public java.lang.String resolvePlaceholder(java.lang.String placeholderName)
Description copied from interface: PropertyPlaceholderHelper.PlaceholderResolver
Resolves the supplied placeholder name into the replacement value.

Specified by:
resolvePlaceholder in interface PropertyPlaceholderHelper.PlaceholderResolver
Parameters:
placeholderName - the name of the placeholder to resolve.
Returns:
the replacement value or null if no replacement is to be made.