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