接口的使用
cn.taketoday.web.servlet.ConfigurableWebApplicationContext
-
cn.taketoday.web.servlet中ConfigurableWebApplicationContext的使用
修饰符和类型方法说明protected voidContextLoader.configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext wac, ServletContext sc) protected voidContextLoader.customizeContext(ServletContext sc, ConfigurableWebApplicationContext wac) Customize theConfigurableWebApplicationContextcreated by this ContextLoader after config locations have been supplied to the context but before the context is refreshed. -
cn.taketoday.web.servlet.support中ConfigurableWebApplicationContext的使用
修饰符和类型类说明classAbstractRefreshableApplicationContextsubclass which implements theConfigurableWebApplicationContextinterface for web environments.classWebApplicationContextimplementation which accepts component classes as input — in particular@Configurationclasses, but also plain@Componentclasses as well as JSR-330 compliant classes usingjakarta.injectannotations.classSubclass ofGenericApplicationContext, suitable for web servlet environments.classStaticWebApplicationContextimplementation for testing.classWebApplicationContextimplementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.