Uses of Package
org.springframework.boot.web.server.servlet
Packages that use org.springframework.boot.web.server.servlet
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Classes related to the auto-configuration of a web server.
Classes related to the auto-configuration of a servlet web server.
Servlet web server abstractions.
Servlet web server based web integrations with Spring's
WebApplicationContext.-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.jetty.servletClassDescriptionA configurable
ServletWebServerFactory.TheServletContextInitializersto apply to a servletWebServer.Factory interface that can be used to create aWebServer.Settings for a servletWebServerto be created by aConfigurableServletWebServerFactory.A registry that holds@WebListeners. -
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.tomcat.servletClassDescriptionA configurable
ServletWebServerFactory.Factory interface that can be used to create aWebServer.Settings for a servletWebServerto be created by aConfigurableServletWebServerFactory.A registry that holds@WebListeners. -
-
Classes in org.springframework.boot.web.server.servlet used by org.springframework.boot.web.server.autoconfigure.servletClassDescriptionA configurable
ServletWebServerFactory.Interface to be implemented by types that register@WebListeners. -
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
ConfigurableServletWebServerFactoryimplementations in order to supply customCookie.SameSitevalues for specificcookies.Configuration for the server's JSP servlet.TheServletContextInitializersto apply to a servletWebServer.Factory interface that can be used to create aWebServer.Settings for a servletWebServerto be created by aConfigurableServletWebServerFactory.Session properties.Available session tracking modes (mirrorsSessionTrackingMode).Manages a session store directory.A registry that holds@WebListeners. -