程序包的使用
org.springframework.boot.web.servlet
程序包
说明
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.
-
org.springframework.boot.actuate.autoconfigure.observation.web.servlet使用的org.springframework.boot.web.servlet中的类
-
-
-
类说明A
ServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container. -
类说明Enumeration of filter dispatcher types, identical to
DispatcherType
and used in configuration as the servlet API may not be present. -
-
类说明Enumeration of filter dispatcher types, identical to
DispatcherType
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.AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container.Interface to be implemented by types that register@WebListeners
. -
-
类说明Interface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
类说明Interface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
类说明Interface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
. -
类说明Abstract 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
. -
-
类说明Interface used to configure a Servlet 3.0+
context
programmatically.A registry that holds@WebListeners
.