public class OsgiBeanFactoryPostProcessorAdapter
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.BundleContext |
bundleContext |
private static org.apache.commons.logging.Log |
log
logger
|
private java.util.List<OsgiBeanFactoryPostProcessor> |
osgiPostProcessors |
| Constructor and Description |
|---|
OsgiBeanFactoryPostProcessorAdapter(org.osgi.framework.BundleContext bundleContext,
java.util.List<OsgiBeanFactoryPostProcessor> postProcessors) |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
private static final org.apache.commons.logging.Log log
private final org.osgi.framework.BundleContext bundleContext
private java.util.List<OsgiBeanFactoryPostProcessor> osgiPostProcessors
public OsgiBeanFactoryPostProcessorAdapter(org.osgi.framework.BundleContext bundleContext,
java.util.List<OsgiBeanFactoryPostProcessor> postProcessors)
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.BeansException