Package | Description |
---|---|
org.springframework.web.bind.support |
Support classes for web data binding.
|
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.reactive |
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. |
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.reactive.result.method.annotation |
Infrastructure for annotation-based 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 the
org.springframework.web.method.annotation package. |
Class and Description |
---|
SessionAttributeStore
Strategy interface for storing model attributes in a backend session.
|
SessionStatus
Simple interface that can be injected into handler methods, allowing them to
signal that their session processing is complete.
|
WebBindingInitializer
Callback interface for initializing a
WebDataBinder for performing
data binding in the context of a specific web request. |
WebDataBinderFactory
A factory for creating a
WebDataBinder instance for a named target object. |
Class and Description |
---|
DefaultDataBinderFactory
Create a
WebRequestDataBinder instance and initialize it with a
WebBindingInitializer . |
SessionAttributeStore
Strategy interface for storing model attributes in a backend session.
|
WebArgumentResolver
SPI for resolving custom arguments for a specific handler method parameter.
|
WebBindingInitializer
Callback interface for initializing a
WebDataBinder for performing
data binding in the context of a specific web request. |
WebDataBinderFactory
A factory for creating a
WebDataBinder instance for a named target object. |
Class and Description |
---|
SessionStatus
Simple interface that can be injected into handler methods, allowing them to
signal that their session processing is complete.
|
WebDataBinderFactory
A factory for creating a
WebDataBinder instance for a named target object. |
Class and Description |
---|
WebBindingInitializer
Callback interface for initializing a
WebDataBinder for performing
data binding in the context of a specific web request. |
WebExchangeDataBinder
Specialized
DataBinder to perform data
binding from URL query parameters or form data in the request data to Java objects. |
Class and Description |
---|
ConfigurableWebBindingInitializer
Convenient
WebBindingInitializer for declarative configuration
in a Spring application context. |
Class and Description |
---|
WebBindingInitializer
Callback interface for initializing a
WebDataBinder for performing
data binding in the context of a specific web request. |
WebExchangeDataBinder
Specialized
DataBinder to perform data
binding from URL query parameters or form data in the request data to Java objects. |
Class and Description |
---|
ConfigurableWebBindingInitializer
Convenient
WebBindingInitializer for declarative configuration
in a Spring application context. |
Class and Description |
---|
DefaultDataBinderFactory
Create a
WebRequestDataBinder instance and initialize it with a
WebBindingInitializer . |
SessionAttributeStore
Strategy interface for storing model attributes in a backend session.
|
WebArgumentResolver
SPI for resolving custom arguments for a specific handler method parameter.
|
WebBindingInitializer
Callback interface for initializing a
WebDataBinder for performing
data binding in the context of a specific web request. |
WebDataBinderFactory
A factory for creating a
WebDataBinder instance for a named target object. |