Package org.springframework.boot.web.context.servlet
@NullMarked
package org.springframework.boot.web.context.servlet
Servlet based web integrations with Spring's
WebApplicationContext
.-
ClassesClassDescription
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.StandardServletEnvironment
for typical use in a typicalSpringApplication
.Common initialization logic for Servlet web applications.