Uses of Interface
org.springframework.boot.web.context.WebServerApplicationContext
Packages that use WebServerApplicationContext
Package
Description
Web integrations with Spring's
ApplicationContext
.Reactive based web integrations with Spring's
ApplicationContext
.Servlet based web integrations with Spring's
WebApplicationContext
.-
Uses of WebServerApplicationContext in org.springframework.boot.web.context
Subinterfaces of WebServerApplicationContext in org.springframework.boot.web.contextModifier and TypeInterfaceDescriptioninterface
SPI interface to be implemented by most if not allweb server application contexts
.Methods in org.springframework.boot.web.context that return WebServerApplicationContextModifier and TypeMethodDescriptionabstract WebServerApplicationContext
WebServerInitializedEvent.getApplicationContext()
Access the application context that the server was created in.Constructor parameters in org.springframework.boot.web.context with type arguments of type WebServerApplicationContextModifierConstructorDescriptionMissingWebServerFactoryBeanException
(Class<? extends WebServerApplicationContext> webServerApplicationContextClass, Class<? extends WebServerFactory> webServerFactoryClass, WebApplicationType webApplicationType) Create a newMissingWebServerFactoryBeanException
. -
Uses of WebServerApplicationContext in org.springframework.boot.web.reactive.context
Classes in org.springframework.boot.web.reactive.context that implement WebServerApplicationContextModifier and TypeClassDescriptionclass
ReactiveWebServerApplicationContext
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
AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean. -
Uses of WebServerApplicationContext in org.springframework.boot.web.servlet.context
Classes in org.springframework.boot.web.servlet.context that implement WebServerApplicationContextModifier 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
AWebApplicationContext
that can be used to bootstrap itself from a containedServletWebServerFactory
bean.class
ServletWebServerApplicationContext
which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader
.