程序包的使用
org.springframework.web.method.support
使用org.springframework.web.method.support的程序包 程序包 说明 org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.org.springframework.web.method.annotation Support classes for annotation-based handler method processing.org.springframework.web.method.support Generic support classes for handler method processing.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.test.web.servlet.setup使用的org.springframework.web.method.support中的类 类 说明 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 .org.springframework.web.method.annotation使用的org.springframework.web.method.support中的类 类 说明 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 .InvocableHandlerMethod Extension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver.ModelAndViewContainer Records model and view related decisions made byHandlerMethodArgumentResolversandHandlerMethodReturnValueHandlersduring the course of invocation of a controller method.UriComponentsContributor Strategy for contributing to the building of aUriComponentsby looking at a method parameter and an argument value and deciding what part of the target URL should be updated.org.springframework.web.method.support使用的org.springframework.web.method.support中的类 类 说明 HandlerMethodArgumentResolver Strategy interface for resolving method parameters into argument values in the context of a given request.HandlerMethodArgumentResolverComposite Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers.HandlerMethodReturnValueHandler Strategy interface to handle the value returned from the invocation of a handler method .HandlerMethodReturnValueHandlerComposite Handles method return values by delegating to a list of registeredHandlerMethodReturnValueHandlers.ModelAndViewContainer Records model and view related decisions made byHandlerMethodArgumentResolversandHandlerMethodReturnValueHandlersduring the course of invocation of a controller method.UriComponentsContributor Strategy for contributing to the building of aUriComponentsby looking at a method parameter and an argument value and deciding what part of the target URL should be updated.org.springframework.web.servlet.config.annotation使用的org.springframework.web.method.support中的类 类 说明 CompositeUriComponentsContributor AUriComponentsContributorcontaining a list of other contributors to delegate and also encapsulating a specificConversionServiceto use for formatting method argument values to Strings.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 .org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.web.method.support中的类 类 说明 HandlerMethodArgumentResolver Strategy interface for resolving method parameters into argument values in the context of a given request.HandlerMethodArgumentResolverComposite Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers.HandlerMethodReturnValueHandler Strategy interface to handle the value returned from the invocation of a handler method .HandlerMethodReturnValueHandlerComposite Handles method return values by delegating to a list of registeredHandlerMethodReturnValueHandlers.InvocableHandlerMethod Extension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver.ModelAndViewContainer Records model and view related decisions made byHandlerMethodArgumentResolversandHandlerMethodReturnValueHandlersduring the course of invocation of a controller method.UriComponentsContributor Strategy for contributing to the building of aUriComponentsby looking at a method parameter and an argument value and deciding what part of the target URL should be updated.