it.openutils.deployment.spring
Class EnvironmentPropertyConfigurer.PlaceholderResolvingStringValueResolver

java.lang.Object
  extended by it.openutils.deployment.spring.EnvironmentPropertyConfigurer.PlaceholderResolvingStringValueResolver
All Implemented Interfaces:
org.springframework.util.StringValueResolver
Enclosing class:
EnvironmentPropertyConfigurer

protected class EnvironmentPropertyConfigurer.PlaceholderResolvingStringValueResolver
extends java.lang.Object
implements org.springframework.util.StringValueResolver

BeanDefinitionVisitor that resolves placeholders in String values, delegating to the parseStringValue method of the containing class.


Constructor Summary
EnvironmentPropertyConfigurer.PlaceholderResolvingStringValueResolver(java.util.Properties props)
           
 
Method Summary
 java.lang.String resolveStringValue(java.lang.String strVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentPropertyConfigurer.PlaceholderResolvingStringValueResolver

public EnvironmentPropertyConfigurer.PlaceholderResolvingStringValueResolver(java.util.Properties props)
Method Detail

resolveStringValue

public java.lang.String resolveStringValue(java.lang.String strVal)
                                    throws org.springframework.beans.BeansException
Specified by:
resolveStringValue in interface org.springframework.util.StringValueResolver
Throws:
org.springframework.beans.BeansException


Copyright © 2007-2010 Openmind. All Rights Reserved.