Uses of Class
org.springframework.boot.autoconfigure.web.WebProperties
Packages that use WebProperties
Package
Description
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for Spring WebFlux error handling.
Auto-configuration for servlet web servers and Spring MVC.
-
Uses of WebProperties in org.springframework.boot.autoconfigure.web.reactive
Methods in org.springframework.boot.autoconfigure.web.reactive with parameters of type WebPropertiesModifier and TypeMethodDescriptionWebFluxAutoConfiguration.WelcomePageConfiguration.welcomePageRouterFunctionMapping
(ApplicationContext applicationContext, WebFluxProperties webFluxProperties, WebProperties webProperties) Constructors in org.springframework.boot.autoconfigure.web.reactive with parameters of type WebPropertiesModifierConstructorDescriptionEnableWebFluxConfiguration
(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) WebFluxConfig
(WebProperties webProperties, WebFluxProperties webFluxProperties, ListableBeanFactory beanFactory, ObjectProvider<HandlerMethodArgumentResolver> resolvers, ObjectProvider<CodecCustomizer> codecCustomizers, ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer, ObjectProvider<ViewResolver> viewResolvers) -
Uses of WebProperties in org.springframework.boot.autoconfigure.web.reactive.error
Methods in org.springframework.boot.autoconfigure.web.reactive.error with parameters of type WebPropertiesModifier and TypeMethodDescriptionErrorWebFluxAutoConfiguration.errorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties webProperties, ObjectProvider<ViewResolver> viewResolvers, ServerCodecConfigurer serverCodecConfigurer, ApplicationContext applicationContext) -
Uses of WebProperties in org.springframework.boot.autoconfigure.web.servlet
Constructors in org.springframework.boot.autoconfigure.web.servlet with parameters of type WebPropertiesModifierConstructorDescriptionEnableWebMvcConfiguration
(WebMvcProperties mvcProperties, WebProperties webProperties, ObjectProvider<WebMvcRegistrations> mvcRegistrationsProvider, ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider, ListableBeanFactory beanFactory) WebMvcAutoConfigurationAdapter
(WebProperties webProperties, WebMvcProperties mvcProperties, ListableBeanFactory beanFactory, ObjectProvider<HttpMessageConverters> messageConvertersProvider, ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider, ObjectProvider<DispatcherServletPath> dispatcherServletPath, ObjectProvider<ServletRegistrationBean<?>> servletRegistrations)