Generated by
JDiff

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

Added Methods
HandlerFunctionAdapter handlerFunctionAdapter() Returns a HandlerFunctionAdapter for processing requests through org.springframework.web.servlet.function.HandlerFunction handler functions.
RouterFunctionMapping routerFunctionMapping(FormattingConversionService, ResourceUrlProvider) Return a RouterFunctionMapping ordered at 3 to map org.springframework.web.servlet.function.RouterFunction router functions.
 

Changed Methods
void addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>, ContentNegotiationManager) Change in signature from List<HandlerExceptionResolver> to (List<HandlerExceptionResolver>, ContentNegotiationManager).
A method available to subclasses for adding default HandlerExceptionResolvers.
BeanNameUrlHandlerMapping beanNameHandlerMapping(FormattingConversionService, ResourceUrlProvider) Change in signature from void to (FormattingConversionService, ResourceUrlProvider).
Return a BeanNameUrlHandlerMapping ordered at 2 to map URL paths to controller bean names.
ConfigurableWebBindingInitializer getConfigurableWebBindingInitializer(FormattingConversionService, Validator) Change in signature from void to (FormattingConversionService, Validator).
Return the ConfigurableWebBindingInitializer to use for initializing all WebDataBinder instances.
Object[] getInterceptors(FormattingConversionService, ResourceUrlProvider) Change in signature from void to (FormattingConversionService, ResourceUrlProvider).
Provide access to the shared handler interceptors used to configure HandlerMapping instances with.
HandlerExceptionResolver handlerExceptionResolver(ContentNegotiationManager) Change in signature from void to ContentNegotiationManager.
Returns a HandlerExceptionResolverComposite containing a list of exception resolvers obtained either through .configureHandlerExceptionResolvers or through .addDefaultHandlerExceptionResolvers.
CompositeUriComponentsContributor mvcUriComponentsContributor(FormattingConversionService, RequestMappingHandlerAdapter) Change in signature from void to (FormattingConversionService, RequestMappingHandlerAdapter).
Return an instance of CompositeUriComponentsContributor for use with org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.
ViewResolver mvcViewResolver(ContentNegotiationManager) Change in signature from void to ContentNegotiationManager.
Register a ViewResolverComposite that contains a chain of view resolvers to use for view resolution.
RequestMappingHandlerAdapter requestMappingHandlerAdapter(ContentNegotiationManager, FormattingConversionService, Validator) Change in signature from void to (ContentNegotiationManager, FormattingConversionService, Validator).
Returns a RequestMappingHandlerAdapter for processing requests through annotated controller methods.
RequestMappingHandlerMapping requestMappingHandlerMapping(ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) Change in signature from void to (ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider).
Return a RequestMappingHandlerMapping ordered at 0 for mapping requests to annotated controllers.
HandlerMapping resourceHandlerMapping(UrlPathHelper, PathMatcher, ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) Change in signature from void to (UrlPathHelper, PathMatcher, ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider).
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.
HandlerMapping viewControllerHandlerMapping(PathMatcher, UrlPathHelper, FormattingConversionService, ResourceUrlProvider) Change in signature from void to (PathMatcher, UrlPathHelper, FormattingConversionService, ResourceUrlProvider).
Return a handler mapping ordered at 1 to map URL paths directly to view names.