@Configuration(proxyBeanMethods=false) @ComponentScan(basePackageClasses=org.flowable.common.rest.exception.BaseExceptionHandlerAdvice.class) @ConditionalOnClass(value=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.class) @EnableAsync public class DispatcherServletConfiguration extends org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
DispatcherServletConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
protected void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer) |
void |
configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
protected org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
createRequestMappingHandlerMapping() |
org.springframework.web.servlet.i18n.SessionLocaleResolver |
localeResolver() |
org.springframework.web.multipart.MultipartResolver |
multipartResolver() |
addArgumentResolvers, addCorsMappings, addDefaultHandlerExceptionResolvers, addDefaultHttpMessageConverters, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, beanNameHandlerMapping, configureAsyncSupport, configureDefaultServletHandling, configureHandlerExceptionResolvers, configurePathMatch, configureViewResolvers, createExceptionHandlerExceptionResolver, createRequestMappingHandlerAdapter, defaultServletHandlerMapping, extendHandlerExceptionResolvers, extendMessageConverters, getApplicationContext, getArgumentResolvers, getConfigurableWebBindingInitializer, getCorsConfigurations, getDefaultMediaTypes, getInterceptors, getMessageCodesResolver, getMessageConverters, getPathMatchConfigurer, getReturnValueHandlers, getServletContext, getValidator, handlerExceptionResolver, handlerFunctionAdapter, httpRequestHandlerAdapter, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcPathMatcher, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, requestMappingHandlerAdapter, requestMappingHandlerMapping, resourceHandlerMapping, routerFunctionMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, viewControllerHandlerMapping@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
@Bean public org.springframework.web.servlet.i18n.SessionLocaleResolver localeResolver()
protected void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport@Bean public org.springframework.web.multipart.MultipartResolver multipartResolver()
protected org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping createRequestMappingHandlerMapping()
createRequestMappingHandlerMapping in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupportpublic void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
configureMessageConverters in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupportprotected void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
configureContentNegotiation in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupportCopyright © 2020 Flowable. All rights reserved.