Class ModuleDependentBeanInterceptor
java.lang.Object
ch.tocco.nice2.toolbox.api.service.ModuleDependentBeanInterceptor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
@Component
public class ModuleDependentBeanInterceptor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
-
Constructor Summary
ConstructorDescriptionModuleDependentBeanInterceptor
(org.springframework.context.support.GenericApplicationContext context, ModuleManager moduleManager) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
ModuleDependentBeanInterceptor
@Autowired public ModuleDependentBeanInterceptor(org.springframework.context.support.GenericApplicationContext context, ModuleManager moduleManager)
-
-
Method Details
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
-