WebApplicationContext.See: Description
| Class | Description | 
|---|---|
| AnnotationConfigServletWebApplicationContext | 
GenericWebApplicationContextthat accepts annotated classes as input - in
 particular @Configuration-annotated classes, but also plain
 @Component classes and JSR-330 compliant classes using
 javax.inject annotations. | 
| AnnotationConfigServletWebServerApplicationContext | 
ServletWebServerApplicationContext that accepts annotated classes as input - in
 particular @Configuration
 -annotated classes, but also plain @Component classes and JSR-330
 compliant classes using javax.inject annotations. | 
| ServletWebServerApplicationContext | 
 A  
WebApplicationContext that can be used to bootstrap itself from a contained
 ServletWebServerFactory bean. | 
| ServletWebServerApplicationContext.ExistingWebApplicationScopes | 
 Utility class to store and restore any user defined scopes. 
 | 
| ServletWebServerInitializedEvent | 
 Event to be published after the  
WebServer is ready. | 
| WebApplicationContextServletContextAwareProcessor | 
 Variant of  
ServletContextAwareProcessor for use with a
 ConfigurableWebApplicationContext. | 
| XmlServletWebServerApplicationContext | 
ServletWebServerApplicationContext which takes its configuration from XML
 documents, understood by an
 XmlBeanDefinitionReader. | 
WebApplicationContext.