public class BeanExtender extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Implements bean factory post processor.
Constructor and Description |
---|
BeanExtender() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setBeanName(String beanName) |
void |
setExtendingBeanName(String extendingBeanName) |
public void setBeanName(String beanName)
beanName
- bean namepublic void setExtendingBeanName(String extendingBeanName)
extendingBeanName
- extending bean namepublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
BeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)
Copyright © 2005–2017 Alfresco Software. All rights reserved.