Uses of Package
org.springframework.boot.web.servlet
Packages that use org.springframework.boot.web.servlet
Package
Description
Web support for actuator endpoints.
Servlet web server implementation backed by Jetty.
Auto-configuration for Spring Security.
Auto-configuration for Spring Session.
Servlet web server implementation backed by Tomcat.
Servlet web server abstractions.
Classes and utilities designed to work with the
jakarta.servlet
specification.Auto-configuration for Spring MVC.
-
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.jetty.servlet
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.security.autoconfigureClassDescriptionEnumeration 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.session.autoconfigureClassDescriptionEnumeration 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.tomcat.servlet
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.web.server.servlet
-
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. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.webmvc.autoconfigureClassDescriptionBase 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.