| Package | Description | 
|---|---|
| org.springframework.boot.web.servlet.context | Servlet based web integrations with Spring's
  WebApplicationContext. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationConfigServletWebServerApplicationContextServletWebServerApplicationContextthat accepts annotated classes as input - in
 particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330
 compliant classes usingjavax.injectannotations. | 
| class  | XmlServletWebServerApplicationContextServletWebServerApplicationContextwhich takes its configuration from XML
 documents, understood by anXmlBeanDefinitionReader. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServletWebServerApplicationContext | ServletWebServerInitializedEvent. getApplicationContext()Access the application context that the server was created in. | 
| Constructor and Description | 
|---|
| ServletWebServerInitializedEvent(WebServer webServer,
                                ServletWebServerApplicationContext applicationContext) |