Package org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers and Spring MVC.
Interface Summary Interface Description DispatcherServletPath Interface that can be used by auto-configurations that need path details for thedefaultDispatcherServlet.DispatcherServletPathProvider Deprecated. since 2.0.4 in favor ofDispatcherServletPathandDispatcherServletRegistrationBeanJerseyApplicationPath 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.WebMvcRegistrations Interface to register key components of theWebMvcConfigurationSupportin place of the default ones provided by Spring MVC.Enum Summary Enum Description WebMvcProperties.LocaleResolver Annotation Types Summary Annotation Type Description ConditionalOnMissingFilterBean Conditionalthat only matches when noFilterbeans of the specified type are contained in theBeanFactory.