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.
Classes related to the auto-configuration of a servlet web server.
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.
Classes and utilities designed to work with the
jakarta.servlet
specification.Auto-configuration for Spring MVC.
Auto-configuration for Spring Web Services.
-
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.autoconfigure.web.server.servlet
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.h2console.autoconfigure
-
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.jersey.autoconfigureClassDescriptionA
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.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.security.autoconfigure.servletClassDescriptionA
ServletContextInitializer
to registerDelegatingFilterProxy
s in a Servlet 3.0+ container. -
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.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.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.AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container. -
Classes in org.springframework.boot.web.servlet used by org.springframework.boot.webservices.autoconfigure