Uses of Package
org.springframework.web.bind.support
Package
Description
Support classes for web data binding.
Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
Top-level package for the
spring-webflux
module that contains
DispatcherHandler
, the main entry
point for WebFlux server endpoint processing including key contracts used to
map requests to handlers, invoke them, and process the result.Spring WebFlux configuration infrastructure.
Infrastructure for annotation-based 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 storing model attributes in a backend session.Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.Callback interface for initializing a
WebDataBinder
for performing data binding in the context of a specific web request.A factory for creating aWebDataBinder
instance for a named target object. -
ClassDescriptionCreate a
WebRequestDataBinder
instance and initialize it with aWebBindingInitializer
.Strategy interface for storing model attributes in a backend session.SPI for resolving custom arguments for a specific handler method parameter.Callback interface for initializing aWebDataBinder
for performing data binding in the context of a specific web request.A factory for creating aWebDataBinder
instance for a named target object. -
ClassDescriptionSimple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.A factory for creating a
WebDataBinder
instance for a named target object. -
ClassDescriptionCallback interface for initializing a
WebDataBinder
for performing data binding in the context of a specific web request.SpecializedDataBinder
to perform data binding from URL query parameters or form data in the request data to Java objects. -
ClassDescriptionConvenient
WebBindingInitializer
for declarative configuration in a Spring application context. -
ClassDescriptionCallback interface for initializing a
WebDataBinder
for performing data binding in the context of a specific web request.ServerWebInputException
subclass that indicates a data binding or validation failure.SpecializedDataBinder
to perform data binding from URL query parameters or form data in the request data to Java objects. -
ClassDescriptionConvenient
WebBindingInitializer
for declarative configuration in a Spring application context. -
ClassDescriptionCreate a
WebRequestDataBinder
instance and initialize it with aWebBindingInitializer
.Strategy interface for storing model attributes in a backend session.SPI for resolving custom arguments for a specific handler method parameter.Callback interface for initializing aWebDataBinder
for performing data binding in the context of a specific web request.A factory for creating aWebDataBinder
instance for a named target object.