Uses of Class
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Package
Description
Annotation-based setup for Spring MVC.
-
Uses of RequestMappingHandlerAdapter in org.springframework.web.servlet.config.annotation
Modifier and TypeMethodDescriptionprotected RequestMappingHandlerAdapter
WebMvcConfigurationSupport.createRequestMappingHandlerAdapter()
Protected method for plugging in a custom subclass ofRequestMappingHandlerAdapter
.WebMvcConfigurationSupport.requestMappingHandlerAdapter
(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, Validator validator) Returns aRequestMappingHandlerAdapter
for processing requests through annotated controller methods.Modifier and TypeMethodDescriptionWebMvcConfigurationSupport.mvcUriComponentsContributor
(FormattingConversionService conversionService, RequestMappingHandlerAdapter requestMappingHandlerAdapter) Return an instance ofCompositeUriComponentsContributor
for use withMvcUriComponentsBuilder
.