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.


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
 

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 © 2004-2012 The Kuali Foundation. All Rights Reserved.