Uses of Package
org.springframework.web.method.support
Package
Description
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
MockMvcBuilder
implementations.Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
Annotation-based setup for Spring MVC.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
ClassDescriptionStrategy interface for resolving method parameters into argument values in the context of a given request.Strategy interface to handle the value returned from the invocation of a handler method.
-
ClassDescriptionStrategy interface for resolving method parameters into argument values in the context of a given request.Strategy interface to handle the value returned from the invocation of a handler method.
-
ClassDescriptionStrategy interface for resolving method parameters into argument values in the context of a given request.Strategy interface to handle the value returned from the invocation of a handler method.Extension of
HandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
.Records model and view related decisions made byHandlerMethodArgumentResolvers
andHandlerMethodReturnValueHandlers
during the course of invocation of a controller method.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. -
ClassDescriptionStrategy interface for resolving method parameters into argument values in the context of a given request.Resolves method parameters by delegating to a list of registered
HandlerMethodArgumentResolvers
.Strategy interface to handle the value returned from the invocation of a handler method.Handles method return values by delegating to a list of registeredHandlerMethodReturnValueHandlers
.Records model and view related decisions made byHandlerMethodArgumentResolvers
andHandlerMethodReturnValueHandlers
during the course of invocation of a controller method.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. -
ClassDescriptionA
UriComponentsContributor
containing a list of other contributors to delegate to and also encapsulating a specificConversionService
to use for formatting method argument values as Strings.Strategy interface for resolving method parameters into argument values in the context of a given request.Strategy interface to handle the value returned from the invocation of a handler method. -
ClassDescriptionStrategy interface for resolving method parameters into argument values in the context of a given request.Resolves method parameters by delegating to a list of registered
HandlerMethodArgumentResolvers
.Strategy interface to handle the value returned from the invocation of a handler method.Handles method return values by delegating to a list of registeredHandlerMethodReturnValueHandlers
.Extension ofHandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
.Records model and view related decisions made byHandlerMethodArgumentResolvers
andHandlerMethodReturnValueHandlers
during the course of invocation of a controller method.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.