| Package | Description | 
|---|---|
| org.springframework.boot.web.servlet.context | 
 Servlet based web integrations with Spring's
  
WebApplicationContext. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
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. | 
class  | 
XmlServletWebServerApplicationContext
ServletWebServerApplicationContext which takes its configuration from XML
 documents, understood by an
 XmlBeanDefinitionReader. | 
| Modifier and Type | Method and Description | 
|---|---|
ServletWebServerApplicationContext | 
ServletWebServerInitializedEvent.getApplicationContext()
Access the application context that the server was created in. 
 | 
| Constructor and Description | 
|---|
ServletWebServerInitializedEvent(WebServer source,
                                ServletWebServerApplicationContext applicationContext)  | 
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.