public class PropertiesValueResolver extends Object implements ValueResolver
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | DEFAULT_IGNORE_UNRESOLVABLE | 
| Constructor and Description | 
|---|
| PropertiesValueResolver() | 
| PropertiesValueResolver(Properties properties) | 
| PropertiesValueResolver(Properties properties,
                                              boolean ignoreUnresolvable) | 
| PropertiesValueResolver(Properties properties,
                                              org.springframework.util.PropertyPlaceholderHelper helper) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.util.PropertyPlaceholderHelper | getHelper() | 
| Properties | getProperties() | 
| String | resolve(String value) | 
public static final boolean DEFAULT_IGNORE_UNRESOLVABLE
public PropertiesValueResolver()
public PropertiesValueResolver(Properties properties)
public PropertiesValueResolver(Properties properties, boolean ignoreUnresolvable)
public PropertiesValueResolver(Properties properties, org.springframework.util.PropertyPlaceholderHelper helper)
public String resolve(String value)
resolve in interface ValueResolverpublic Properties getProperties()
public org.springframework.util.PropertyPlaceholderHelper getHelper()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.