public class PropertyPlaceholderConfigurerDelegate extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
PropertyPlaceholderConfigurer given
in constructor.
This delegate is particularly useful when you need to inject properties to Spring MVC Controller.
http://forum.springsource.org/showthread.php?82059-How-to-inject-property-value-from-PropertyPlaceholderConfigurer-in-another-bean| Constructor and Description |
|---|
PropertyPlaceholderConfigurerDelegate(org.springframework.beans.factory.config.PropertyPlaceholderConfigurer placeHolderConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public PropertyPlaceholderConfigurerDelegate(org.springframework.beans.factory.config.PropertyPlaceholderConfigurer placeHolderConfigurer)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2014. All Rights Reserved.