程序包 org.springframework.web.method.support
Generic support classes for handler method processing.
接口概要 接口 说明 AsyncHandlerMethodReturnValueHandler A return value handler that supports async types.HandlerMethodArgumentResolver Strategy interface for resolving method parameters into argument values in the context of a given request.HandlerMethodReturnValueHandler Strategy interface to handle the value returned from the invocation of a handler method .UriComponentsContributor Strategy for contributing to the building of aUriComponents
by looking at a method parameter and an argument value and deciding what part of the target URL should be updated.类概要 类 说明 CompositeUriComponentsContributor AUriComponentsContributor
containing a list of other contributors to delegate and also encapsulating a specificConversionService
to use for formatting method argument values to Strings.HandlerMethodArgumentResolverComposite Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers
.HandlerMethodReturnValueHandlerComposite Handles method return values by delegating to a list of registeredHandlerMethodReturnValueHandler
s.InvocableHandlerMethod Provides a method for invoking the handler method for a given request after resolving its method argument values through registeredHandlerMethodArgumentResolver
s.ModelAndViewContainer Records model and view related decisions made byHandlerMethodArgumentResolver
s andHandlerMethodReturnValueHandler
s during the course of invocation of a controller method.