public class SpringContextManager extends SimpleContextManager implements ApplicationContextAware, BeanPostProcessor, BeanFactoryPostProcessor
SimpleContextManager.DefaultInstanceStoreFactoryapplication, CONTEXT_CREATE, CONTEXT_DESTROY, eventBus| Constructor and Description |
|---|
SpringContextManager(Application application) |
SpringContextManager(Application application,
EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object instance,
String name) |
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
Object |
postProcessBeforeInitialization(Object instance,
String name) |
void |
setApplicationContext(ApplicationContext applicationContext) |
addToContextsToDestroy, createContext, destroyContext, destroyContexts, destroyFinishedContexts, getAllContexts, getContext, getContext, getContext, isGlobal, newContext, removeFromContextsToDestroy, retrieveContext, setInstanceStoreFactory, updateContextIdpublic SpringContextManager(Application application)
public SpringContextManager(Application application, EventBus eventBus)
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic Object postProcessBeforeInitialization(Object instance, String name) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object instance, String name) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionpublic void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansException