public class RootContextAwareProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
BeanPostProcessor wstrzykujący wszystkim komponentom implementującym interfejs RootContextAware
 instancję kontekstu w którym uruchomiony jest Mechanizm wtyczek| Constructor and Description | 
|---|
| RootContextAwareProcessor(org.springframework.context.ApplicationContext rootContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | postProcessAfterInitialization(Object bean,
                              String beanName) | 
| Object | postProcessBeforeInitialization(Object bean,
                               String beanName) | 
public RootContextAwareProcessor(org.springframework.context.ApplicationContext rootContext)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2014 Suncode. All rights reserved.