org.kuali.common.util.resolver
Class PropertiesValueResolver
java.lang.Object
org.kuali.common.util.resolver.PropertiesValueResolver
- All Implemented Interfaces:
- ValueResolver
public class PropertiesValueResolver
- extends Object
- implements ValueResolver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_IGNORE_UNRESOLVABLE
public static final boolean DEFAULT_IGNORE_UNRESOLVABLE
- See Also:
- Constant Field Values
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)
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.