@Configuration
public class WebWiring
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Constructor and Description |
---|
WebWiring() |
Modifier and Type | Method and Description |
---|---|
void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer cfg) |
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory |
embeddedServletContainerFactory(util.config.ConfigProvider<UndertowConfig> cfg) |
void |
extendMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
org.springframework.boot.autoconfigure.web.HttpEncodingProperties |
httpEncodingProperties() |
RequestLoggingFilter |
requestLoggingFilter() |
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidator
public void extendMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
extendMessageConverters
in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
public void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer cfg)
configureContentNegotiation
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
configureContentNegotiation
in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
@Bean @ConfigurationProperties(prefix="spring.http.encoding") @Primary public org.springframework.boot.autoconfigure.web.HttpEncodingProperties httpEncodingProperties()
@Bean public org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory embeddedServletContainerFactory(util.config.ConfigProvider<UndertowConfig> cfg)
@Bean public RequestLoggingFilter requestLoggingFilter()