Generated by
JDiff

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

Added Methods
ConfigurableWebBindingInitializer getConfigurableWebBindingInitializer() Return the ConfigurableWebBindingInitializer to use for initializing all WebDataBinder instances.
 

Changed Methods
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.