spring-framework/framework-docs/modules/ROOT/pages/web
Sam Brannen 8b11ee9ee2 Document that ModelMap is not a supported argument type in WebFlux
Prior to this commit, the "Method Arguments" documentation for WebFlux
in the reference manual stated that WebFlux controller methods can
accept arguments of type Map, Model, or ModelMap to access the model.
However, ModelMap is actually not supported and results in exception
due to a type mismatch.

This commit updates the documentation to reflect this.

In addition, this commit updates related Javadoc and tests to avoid
mentioning or using ModelMap in WebFlux.

Closes gh-33107
2024-06-27 11:33:50 +02:00
..
webflux Document that ModelMap is not a supported argument type in WebFlux 2024-06-27 11:33:50 +02:00
webflux-webclient Use HttpStatusCode consistently in reference guide 2024-06-06 08:06:33 +02:00
webmvc Document contentLength() behavior for InputStreamResource and custom subclasses 2024-06-24 12:10:35 +02:00
webmvc-view
websocket Fix typo 2024-06-10 10:00:37 +02:00
integration.adoc
webflux-cors.adoc
webflux-functional.adoc
webflux-http-interface-client.adoc
webflux-reactive-libraries.adoc
webflux-test.adoc
webflux-view.adoc
webflux-webclient.adoc
webflux-websocket.adoc
webflux.adoc
webmvc-client.adoc
webmvc-cors.adoc
webmvc-functional.adoc
webmvc-test.adoc
webmvc-view.adoc
webmvc.adoc
websocket.adoc