org.onebusaway.container.spring
public class PropertyOverrideConfigurer extends org.springframework.beans.factory.config.PropertyOverrideConfigurer
PropertyOverrideConfigurer
that supports System.getProperty(String)
expansion of
${...}property expressions in override values.
DEFAULT_BEAN_NAME_SEPARATOR
Constructor and Description |
---|
PropertyOverrideConfigurer() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyPropertyValue(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory,
String beanName,
String property,
String value) |
protected String |
resolveValue(String value) |
void |
setIgnoreInvalidBeans(boolean ignoreInvalidBeans) |
hasPropertyOverridesFor, processKey, processProperties, setBeanNameSeparator, setIgnoreInvalidKeys
convertProperties, convertPropertyValue, getOrder, postProcessBeanFactory, setOrder
public void setIgnoreInvalidBeans(boolean ignoreInvalidBeans)
protected void applyPropertyValue(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory, String beanName, String property, String value)
applyPropertyValue
in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Copyright © 2014 OneBusAway. All Rights Reserved.