Package org.springframework.boot.autoconfigure.web.servlet
package org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers and Spring MVC.
-
ClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
.Default implementation ofJerseyApplicationPath
that derives the path fromJerseyProperties
or the@ApplicationPath
annotation.Auto-configuration
for the SpringDispatcherServlet
.Interface that can be used by auto-configurations that need path details for thedefault
DispatcherServlet
.ServletRegistrationBean
for the auto-configuredDispatcherServlet
.Auto-configuration
for configuring the encoding to use in web applications.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.TemplateAvailabilityProvider
that provides availability information for JSP view templates.Auto-configuration
for multipart uploads.Properties to be used in configuring aMultipartConfigElement
.Auto-configuration
for servlet web servers.Registers aWebServerFactoryCustomizerBeanPostProcessor
.WebServerFactoryCustomizer
to applyServerProperties
andWebListenerRegistrars
to servlet web servers.WebServerFactoryCustomizer
to applyServerProperties
to Tomcat web servers.WebServerFactoryCustomizer
to applyServerProperties
to Undertow Servlet web servers.Configuration equivalent to@EnableWebMvc
.properties
for Spring MVC.Matching strategy options.Interface to register key components of theWebMvcConfigurationSupport
in place of the default ones provided by Spring MVC.