Package org.springframework.boot.web.server.servlet.context
@NullMarked
package org.springframework.boot.web.server.servlet.context
Servlet web server based web integrations with Spring's
WebApplicationContext.-
ClassDescription
ServletWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.AWebApplicationContextthat can be used to bootstrap itself from a containedServletWebServerFactorybean.Utility class to store and restore any user defined scopes.Event to be published after theWebServeris ready.Variant ofServletContextAwareProcessorfor use with aConfigurableWebApplicationContext.ServletWebServerApplicationContextwhich takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.