Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
protected RequestMappingHandlerAdapter |
WebMvcConfigurationSupport.createRequestMappingHandlerAdapter()
Protected method for plugging in a custom subclass of
RequestMappingHandlerAdapter . |
RequestMappingHandlerAdapter |
WebMvcConfigurationSupport.requestMappingHandlerAdapter(ContentNegotiationManager contentNegotiationManager,
FormattingConversionService conversionService,
Validator validator)
Returns a
RequestMappingHandlerAdapter for processing requests
through annotated controller methods. |
Modifier and Type | Method and Description |
---|---|
CompositeUriComponentsContributor |
WebMvcConfigurationSupport.mvcUriComponentsContributor(FormattingConversionService conversionService,
RequestMappingHandlerAdapter requestMappingHandlerAdapter)
Return an instance of
CompositeUriComponentsContributor for use with
MvcUriComponentsBuilder . |