Uses of Package
org.springframework.boot.web.servlet
Packages that use org.springframework.boot.web.servlet
Package
Description
Auto-configuration for Spring MVC observation support.
Web support for actuator endpoints.
Auto-configuration for H2's Console.
Auto-configuration for Jersey.
Auto-configuration for Spring Security.
Auto-configuration for Servlet-based Spring Security.
Auto-configuration for Spring Session.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for Spring Web Services.
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Classes and utilities designed to work with the
jakarta.servlet
specification.Servlet based web integrations with Spring's
WebApplicationContext
.Servlet web server abstractions.
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.actuate.autoconfigure.observation.web.servlet
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.actuate.endpoint.web
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.h2
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.jerseyClassDescriptionA
ServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.securityClassDescriptionEnumeration of filter dispatcher types, identical to
DispatcherType
and used in configuration as the servlet API may not be present. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.security.servletClassDescriptionA
ServletContextInitializer
to registerDelegatingFilterProxy
s in a Servlet 3.0+ container. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.sessionClassDescriptionEnumeration of filter dispatcher types, identical to
DispatcherType
and used in configuration as the servlet API may not be present. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.web.servletClassDescriptionBase class for Servlet 3.0+
dynamic
based registration beans.Base class for Servlet 3.0+ based registration beans.Interface used to configure a Servlet 3.0+context
programmatically.AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container.Interface to be implemented by types that register@WebListeners
. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.autoconfigure.webservices
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.embedded.jettyClassDescriptionInterface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.embedded.tomcatClassDescriptionInterface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.embedded.undertowClassDescriptionInterface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.servletClassDescriptionAbstract base
ServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.Enumeration of filter dispatcher types, identical toDispatcherType
and used in configuration as the servlet API may not be present.Base class for Servlet 3.0+dynamic
based registration beans.Base class for Servlet 3.0+ based registration beans.Interface used to configure a Servlet 3.0+context
programmatically.Adapter to convert a given Bean type into aRegistrationBean
(and hence aServletContextInitializer
).AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container.A registry that holds@WebListeners
. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.servlet.context
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.servlet.serverClassDescriptionInterface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
.