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 Servlet-based 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.autoconfigure.web.servletClassDescriptionEnumeration of filter dispatcher types, identical to
DispatcherTypeand 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
DispatcherTypeand 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
ServletContextInitializerto registerFilters in a Servlet 3.0+ container.Enumeration of filter dispatcher types, identical toDispatcherTypeand used in configuration as the servlet API may not be present.Base class for Servlet 3.0+dynamicbased registration beans.Base class for Servlet 3.0+ based registration beans.Interface used to configure a Servlet 3.0+contextprogrammatically.Adapter to convert a given Bean type into aRegistrationBean(and hence aServletContextInitializer).AServletContextInitializerto registerServlets 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+
dynamicbased registration beans.Base class for Servlet 3.0+ based registration beans.Interface used to configure a Servlet 3.0+contextprogrammatically.AServletContextInitializerto registerServlets in a Servlet 3.0+ container.