Package org.springframework.boot.web.context.servlet
@NullMarked
package org.springframework.boot.web.context.servlet
Servlet based web integrations with Spring's
WebApplicationContext.-
ClassesClassDescription
GenericWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.StandardServletEnvironmentfor typical use in a typicalSpringApplication.Common initialization logic for Servlet web applications.