public class ParentBeanFactoryPostProcessor
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
A BeanFactoryPostProcessor which creates a BeanFactory from the given beans and sets it as the parent BeanFactory.
| Constructor and Description |
|---|
ParentBeanFactoryPostProcessor(java.util.Map beans) |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public ParentBeanFactoryPostProcessor(java.util.Map beans)
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 © 2005-2014 FuseSource. All Rights Reserved.