Uses of Package
org.springframework.boot.autoconfigure.web.servlet
Packages that use org.springframework.boot.autoconfigure.web.servlet
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for Spring MVC observation support.
Auto-configuration for actuator security using Spring MVC.
Configuration for a Jersey-based management context.
Auto-configuration for Jersey.
Auto-configuration for JPA and Spring ORM.
Auto-configuration for Servlet-based Spring Security.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for Spring MVC error handling.
Auto-configuration for Spring MVC tests.
-
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.actuate.autoconfigure.endpoint.webClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.actuate.autoconfigure.observation.web.servletClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.actuate.autoconfigure.security.servletClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.actuate.autoconfigure.web.jerseyClassDescriptionInterface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
-
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.jerseyClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
.Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.orm.jpaClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.security.servletClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.web.servletClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
.Interface that can be used by auto-configurations that need path details for thedefault
DispatcherServlet
.ServletRegistrationBean
for the auto-configuredDispatcherServlet
.Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.Properties to be used in configuring aMultipartConfigElement
.WebServerFactoryCustomizer
to applyServerProperties
andWebListenerRegistrars
to servlet web servers.WebServerFactoryCustomizer
to applyServerProperties
to Tomcat web servers.Properties
for Spring MVC.Matching strategy options.Interface to register key components of theWebMvcConfigurationSupport
in place of the default ones provided by Spring MVC. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.web.servlet.errorClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.test.autoconfigure.web.servletClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.Properties
for Spring MVC.