Package org.springframework.boot.web.servlet.context
package org.springframework.boot.web.servlet.context
Servlet based web integrations with Spring's
WebApplicationContext
.-
ClassDescription
GenericWebApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.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.AWebApplicationContext
that can be used to bootstrap itself from a containedServletWebServerFactory
bean.Utility class to store and restore any user defined scopes.Event to be published after theWebServer
is ready.Variant ofServletContextAwareProcessor
for use with aConfigurableWebApplicationContext
.ServletWebServerApplicationContext
which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader
.