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(org.springframework.web.accept.ContentNegotiationManager contentNegotiationManager, org.springframework.format.support.FormattingConversionService conversionService, org.springframework.validation.Validator validator) Returns aRequestMappingHandlerAdapterfor processing requests through annotated controller methods.Methods in org.springframework.web.servlet.config.annotation with parameters of type RequestMappingHandlerAdapterModifier and TypeMethodDescriptionorg.springframework.web.method.support.CompositeUriComponentsContributorWebMvcConfigurationSupport.mvcUriComponentsContributor(org.springframework.format.support.FormattingConversionService conversionService, RequestMappingHandlerAdapter requestMappingHandlerAdapter) Return an instance ofCompositeUriComponentsContributorfor use withMvcUriComponentsBuilder.