Uses of Interface
org.springframework.boot.web.server.context.WebServerApplicationContext
Packages that use WebServerApplicationContext
Package
Description
Web integrations with Spring's
ApplicationContext.Reactive web server based integrations with Spring's
ApplicationContext.Servlet web server based web integrations with Spring's
WebApplicationContext.-
Uses of WebServerApplicationContext in org.springframework.boot.web.server.context
Subinterfaces of WebServerApplicationContext in org.springframework.boot.web.server.contextModifier and TypeInterfaceDescriptioninterfaceSPI interface to be implemented by most if not allweb server application contexts.Methods in org.springframework.boot.web.server.context that return WebServerApplicationContextModifier and TypeMethodDescriptionabstract WebServerApplicationContextWebServerInitializedEvent.getApplicationContext()Access the application context that the server was created in.Constructor parameters in org.springframework.boot.web.server.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.server.reactive.context
Classes in org.springframework.boot.web.server.reactive.context that implement WebServerApplicationContextModifier 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 WebServerApplicationContext in org.springframework.boot.web.server.servlet.context
Classes in org.springframework.boot.web.server.servlet.context that implement WebServerApplicationContextModifier 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.