| 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.
|
| 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. |