Uses of Class
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Packages that use ServletWebServerApplicationContext
-
Uses of ServletWebServerApplicationContext in org.springframework.boot.web.servlet.context
Modifier and TypeClassDescriptionclassServletWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classServletWebServerApplicationContextwhich takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.Methods in org.springframework.boot.web.servlet.context that return ServletWebServerApplicationContextModifier and TypeMethodDescriptionServletWebServerInitializedEvent.getApplicationContext()Access the application context that the server was created in.Constructors in org.springframework.boot.web.servlet.context with parameters of type ServletWebServerApplicationContextModifierConstructorDescriptionServletWebServerInitializedEvent(WebServer webServer, ServletWebServerApplicationContext applicationContext)