public class DynamicControllerRegistry
extends org.springframework.context.support.ApplicationObjectSupport
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
| 构造器和说明 |
|---|
DynamicControllerRegistry() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
initApplicationContext(org.springframework.context.ApplicationContext context) |
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) |
protected void initApplicationContext(org.springframework.context.ApplicationContext context)
initApplicationContext 在类中 org.springframework.context.support.ApplicationObjectSupportpublic void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry)
throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry 在接口中 org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessororg.springframework.beans.BeansExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory 在接口中 org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2019. All rights reserved.