类的使用
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
使用AbstractRefreshableWebApplicationContext的程序包 程序包 说明 org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.org.springframework.web.context.support中AbstractRefreshableWebApplicationContext的使用
org.springframework.web.context.support中AbstractRefreshableWebApplicationContext的子类 修饰符和类型 类 说明 classAnnotationConfigWebApplicationContextWebApplicationContextimplementation which accepts component classes as input — in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classGroovyWebApplicationContextWebApplicationContextimplementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by aGroovyBeanDefinitionReader.classXmlWebApplicationContextWebApplicationContextimplementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.