| Package | Description | 
|---|---|
| org.springframework.boot.context.embedded | 
 Specialized  
ApplicationContext that supports
 embedded servlet containers. | 
| org.springframework.boot.system | 
 General actuator system support classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotationConfigEmbeddedWebApplicationContext
EmbeddedWebApplicationContext 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  | 
XmlEmbeddedWebApplicationContext
EmbeddedWebApplicationContext which takes its configuration from XML documents,
 understood by an XmlBeanDefinitionReader. | 
| Modifier and Type | Method and Description | 
|---|---|
EmbeddedWebApplicationContext | 
EmbeddedServletContainerInitializedEvent.getApplicationContext()
Access the application context that the container was created in. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
ServerPortInfoApplicationContextInitializer.getPropertyName(EmbeddedWebApplicationContext context)  | 
| Constructor and Description | 
|---|
EmbeddedServletContainerInitializedEvent(EmbeddedWebApplicationContext applicationContext,
                                        EmbeddedServletContainer source)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected File | 
EmbeddedServerPortFileWriter.getPortFile(EmbeddedWebApplicationContext applicationContext)
Return the actual port file that should be written for the given application
 context. 
 | 
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.