Class ConfigurationPropertiesFactoryBean

java.lang.Object
org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
All Implemented Interfaces:
FactoryBean<Properties>, InitializingBean

FactoryBean which wraps a Commons CompositeConfiguration object for usage with PropertiesLoaderSupport. This allows the compositeConfiguration object to behave like a normal Properties object which can be passed on to setProperties() method allowing PropertyOverrideConfigurer and PropertyPlaceholderConfigurer to take advantage of Commons Configuration.

Internally a CompositeConfiguration object is used for merging multiple Configuration objects.

See Also: