Generated by
JDiff

Class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport

Documentation changed from old to new.

Added Methods
void configureAsyncSupport(AsyncSupportConfigurer) Override this method to configure asynchronous request processing options.
void configureContentNegotiation(ContentNegotiationConfigurer) Override this method to configure content negotiation.
ConfigurableWebBindingInitializer getConfigurableWebBindingInitializer() Return the ConfigurableWebBindingInitializer to use for initializing all WebDataBinder instances.
(Map<String, MediaType>getDefaultMediaTypes()  
MessageCodesResolver getMessageCodesResolver() Override this method to provide a custom MessageCodesResolver.
ContentNegotiationManager mvcContentNegotiationManager() Return a ContentNegotiationManager instance to use to determine requested MediaType media types in a given request.
 

Changed Methods
void addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>) Documentation changed from old to new.
A method available to subclasses for adding default HandlerExceptionResolvers.
FormattingConversionService mvcConversionService() Documentation changed from old to new.
Return a FormattingConversionService for use with annotated controller methods and the {@code spring:eval} JSP tag.
Validator mvcValidator() Documentation changed from old to new.
Return a global Validator instance for example for validating {@code @ModelAttribute} and {@code @RequestBody} method arguments.
void setApplicationContext(ApplicationContext) Documentation changed from old to new.
Set the Spring ApplicationContext, e.g.
void setServletContext(ServletContext) Documentation changed from old to new.
Set the javax.servlet.ServletContext, e.g.