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 SummaryConstructorsConstructorDescriptionModuleDependentBeanInterceptor(org.springframework.context.support.GenericApplicationContext context, ModuleManager moduleManager) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessorpostProcessBeforeInitialization
- 
Constructor Details- 
ModuleDependentBeanInterceptor@Autowired public ModuleDependentBeanInterceptor(org.springframework.context.support.GenericApplicationContext context, ModuleManager moduleManager) 
 
- 
- 
Method Details- 
postProcessAfterInitializationpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
- postProcessAfterInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
- org.springframework.beans.BeansException
 
 
-