org.kuali.student.common.util
Class ModPropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver

java.lang.Object
  extended by org.kuali.student.common.util.ModPropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
All Implemented Interfaces:
StringValueResolver
Enclosing class:
ModPropertyPlaceholderConfigurer

public class ModPropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
extends Object
implements StringValueResolver

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


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

Field Detail

props

private final Properties props
Constructor Detail

ModPropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver

public ModPropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver(Properties props)
Method Detail

resolveStringValue

public String resolveStringValue(String strVal)
                          throws BeansException
Specified by:
resolveStringValue in interface StringValueResolver
Throws:
BeansException

resolvePropertyValue

public Properties resolvePropertyValue(String strVal)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.