|
|
|
@ -3560,7 +3560,7 @@ initialize instances of `WebDataBinder`, and those, in turn, can: |
|
|
|
headers, cookies, and others) to the target type of controller method arguments. |
|
|
|
headers, cookies, and others) to the target type of controller method arguments. |
|
|
|
* Format model object values as `String` values when rendering HTML forms. |
|
|
|
* Format model object values as `String` values when rendering HTML forms. |
|
|
|
|
|
|
|
|
|
|
|
`@InitBinder` methods can register controller-specific `java.bean.PropertyEditor` or |
|
|
|
`@InitBinder` methods can register controller-specific `java.beans.PropertyEditor` or |
|
|
|
Spring `Converter` and `Formatter` components. In addition, you can use the |
|
|
|
Spring `Converter` and `Formatter` components. In addition, you can use the |
|
|
|
<<mvc-config-conversion,MVC config>> to register `Converter` and `Formatter` |
|
|
|
<<mvc-config-conversion,MVC config>> to register `Converter` and `Formatter` |
|
|
|
types in a globally shared `FormattingConversionService`. |
|
|
|
types in a globally shared `FormattingConversionService`. |
|
|
|
@ -5992,5 +5992,5 @@ For more details, see the |
|
|
|
https://github.com/spring-projects/spring-framework/wiki/HTTP-2-support[HTTP/2 wiki page]. |
|
|
|
https://github.com/spring-projects/spring-framework/wiki/HTTP-2-support[HTTP/2 wiki page]. |
|
|
|
|
|
|
|
|
|
|
|
The Servlet API does expose one construct related to HTTP/2. You can use the |
|
|
|
The Servlet API does expose one construct related to HTTP/2. You can use the |
|
|
|
`javax.servlet.http.PushBuilder` proactively push resources to clients, and it |
|
|
|
`javax.servlet.http.PushBuilder` to proactively push resources to clients, and it |
|
|
|
is supported as a <<mvc-ann-arguments, method argument>> to `@RequestMapping` methods. |
|
|
|
is supported as a <<mvc-ann-arguments, method argument>> to `@RequestMapping` methods. |
|
|
|
|