Uses of Class
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Uses of ServletWebServerApplicationContext in org.springframework.boot.web.servlet.context
Modifier and TypeClassDescriptionclass
ServletWebServerApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.class
ServletWebServerApplicationContext
which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader
.Modifier and TypeMethodDescriptionServletWebServerInitializedEvent.getApplicationContext()
Access the application context that the server was created in.ModifierConstructorDescriptionServletWebServerInitializedEvent
(WebServer webServer, ServletWebServerApplicationContext applicationContext)