WebApplicationContext.See: Description
| Class | Description | 
|---|---|
| AnnotationConfigServletWebApplicationContext | GenericWebApplicationContextthat accepts annotated classes as input - in
 particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations. | 
| AnnotationConfigServletWebServerApplicationContext | ServletWebServerApplicationContextthat accepts annotated classes as input - in
 particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330
 compliant classes usingjavax.injectannotations. | 
| ServletWebServerApplicationContext | A  WebApplicationContextthat can be used to bootstrap itself from a containedServletWebServerFactorybean. | 
| ServletWebServerApplicationContext.ExistingWebApplicationScopes | Utility class to store and restore any user defined scopes. | 
| ServletWebServerInitializedEvent | Event to be published after the  WebServeris ready. | 
| WebApplicationContextServletContextAwareProcessor | Variant of  ServletContextAwareProcessorfor use with aConfigurableWebApplicationContext. | 
| XmlServletWebServerApplicationContext | ServletWebServerApplicationContextwhich takes its configuration from XML
 documents, understood by anXmlBeanDefinitionReader. | 
WebApplicationContext.