Uses of Class
org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
Packages that use WebMvcProperties
Package
Description
Auto-configuration for Spring MVC tests.
Auto-configuration for Spring MVC.
-
Uses of WebMvcProperties in org.springframework.boot.test.autoconfigure.web.servlet
Methods in org.springframework.boot.test.autoconfigure.web.servlet with parameters of type WebMvcPropertiesModifier and TypeMethodDescriptionMockMvcAutoConfiguration.dispatcherServletPath
(WebMvcProperties webMvcProperties) -
Uses of WebMvcProperties in org.springframework.boot.webmvc.autoconfigure
Methods in org.springframework.boot.webmvc.autoconfigure with parameters of type WebMvcPropertiesModifier and TypeMethodDescriptionDispatcherServletAutoConfiguration.DispatcherServletConfiguration.dispatcherServlet
(WebMvcProperties webMvcProperties) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration.dispatcherServletRegistration
(DispatcherServlet dispatcherServlet, WebMvcProperties webMvcProperties, ObjectProvider<MultipartConfigElement> multipartConfig) Constructors in org.springframework.boot.webmvc.autoconfigure with parameters of type WebMvcPropertiesModifierConstructorDescriptionEnableWebMvcConfiguration
(WebMvcProperties mvcProperties, WebProperties webProperties, ObjectProvider<WebMvcRegistrations> mvcRegistrationsProvider, ObjectProvider<org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider, ListableBeanFactory beanFactory) WebMvcAutoConfigurationAdapter
(WebProperties webProperties, WebMvcProperties mvcProperties, ListableBeanFactory beanFactory, ObjectProvider<HttpMessageConverters> messageConvertersProvider, ObjectProvider<org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider, ObjectProvider<DispatcherServletPath> dispatcherServletPath, ObjectProvider<ServletRegistrationBean<?>> servletRegistrations)