org.kuali.common.util.resolver
Class PropertiesValueResolver

java.lang.Object
  extended by org.kuali.common.util.resolver.PropertiesValueResolver
All Implemented Interfaces:
ValueResolver

public class PropertiesValueResolver
extends Object
implements ValueResolver


Field Summary
static boolean DEFAULT_IGNORE_UNRESOLVABLE
           
 
Constructor Summary
PropertiesValueResolver()
           
PropertiesValueResolver(Properties properties)
           
PropertiesValueResolver(Properties properties, boolean ignoreUnresolvable)
           
PropertiesValueResolver(Properties properties, org.springframework.util.PropertyPlaceholderHelper helper)
           
 
Method Summary
 org.springframework.util.PropertyPlaceholderHelper getHelper()
           
 Properties getProperties()
           
 String resolve(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_IGNORE_UNRESOLVABLE

public static final boolean DEFAULT_IGNORE_UNRESOLVABLE
See Also:
Constant Field Values
Constructor Detail

PropertiesValueResolver

public PropertiesValueResolver()

PropertiesValueResolver

public PropertiesValueResolver(Properties properties)

PropertiesValueResolver

public PropertiesValueResolver(Properties properties,
                               boolean ignoreUnresolvable)

PropertiesValueResolver

public PropertiesValueResolver(Properties properties,
                               org.springframework.util.PropertyPlaceholderHelper helper)
Method Detail

resolve

public String resolve(String value)
Specified by:
resolve in interface ValueResolver

getProperties

public Properties getProperties()

getHelper

public org.springframework.util.PropertyPlaceholderHelper getHelper()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.