Uses of Package
org.springframework.boot.web.server.servlet
Packages that use org.springframework.boot.web.server.servlet
Package
Description
Web support for actuator endpoints.
Auto-configuration for common web concerns.
Classes related to the auto-configuration of a servlet web server.
Auto-configuration for servlet web servers and Spring MVC.
Servlet web server abstractions.
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Servlet web server implementation backed by Undertow.
Reactive and servlet web server implementations backed by Tomcat.
Classes and utilities designed to work with the
jakarta.servlet
specification.Servlet based web integrations with Spring's
WebApplicationContext
.-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.actuate.endpoint.web
-
-
-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.autoconfigure.web.servlet
-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.servletClassDescriptionThe context path of a servlet web server.Strategy interface that can be used with
ConfigurableServletWebServerFactory
implementations in order to supply customCookie.SameSite
values for specificcookies
.Type of HTTP message to consider for encoding configuration.Configuration for the server's JSP servlet.Interface used to configure a Servlet 3.0+context
programmatically.TheServletContextInitializers
to apply to a servletWebServer
.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.Session properties.Session cookie properties.Available session tracking modes (mirrorsSessionTrackingMode
).Manages a session store directory.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.servlet.jettyClassDescriptionA configurable
ServletWebServerFactory
.Interface used to configure a Servlet 3.0+context
programmatically.TheServletContextInitializers
to apply to a servletWebServer
.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.servlet.tomcatClassDescriptionA configurable
ServletWebServerFactory
.Interface used to configure a Servlet 3.0+context
programmatically.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.servlet.undertowClassDescriptionA configurable
ServletWebServerFactory
.Interface used to configure a Servlet 3.0+context
programmatically.Factory interface that can be used to create aWebServer
.Settings for a servletWebServer
to be created by aConfigurableServletWebServerFactory
.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.tomcat
-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.servletClassDescriptionInterface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.servlet.context