Uses of Interface
org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
Packages that use ConfigurableWebServerApplicationContext
Package
Description
Reactive based web integrations with Spring's
ApplicationContext.Servlet based web integrations with Spring's
WebApplicationContext.-
Uses of ConfigurableWebServerApplicationContext in org.springframework.boot.web.reactive.context
Classes in org.springframework.boot.web.reactive.context that implement ConfigurableWebServerApplicationContextModifier and TypeClassDescriptionclassReactiveWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classAGenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean. -
Uses of ConfigurableWebServerApplicationContext in org.springframework.boot.web.servlet.context
Classes in org.springframework.boot.web.servlet.context that implement ConfigurableWebServerApplicationContextModifier and TypeClassDescriptionclassServletWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classAWebApplicationContextthat can be used to bootstrap itself from a containedServletWebServerFactorybean.classServletWebServerApplicationContextwhich takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.