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 Polish reference guide 2024-04-02 09:29:55 +02:00
websocket Fix typo 2024-06-10 10:00:37 +02:00
integration.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-cors.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-functional.adoc Refine "Redirecting to a resource" section code sample 2024-03-12 12:22:37 +01:00
webflux-http-interface-client.adoc Structural Fixes 2023-05-04 15:35:05 +01:00
webflux-reactive-libraries.adoc Document streaming/collecting behavior for Flux return values 2024-05-13 13:12:53 +02:00
webflux-test.adoc Structural Fixes 2023-05-04 15:35:05 +01:00
webflux-view.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-webclient.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webflux-websocket.adoc Fix migration to asciidoctor tabs 2023-05-09 12:15:43 +01:00
webflux.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webmvc-client.adoc Create RestClient documentation placeholder 2023-07-07 14:14:59 +02:00
webmvc-cors.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
webmvc-functional.adoc Refine "Redirecting to a resource" section code sample 2024-03-12 12:22:37 +01:00
webmvc-test.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
webmvc-view.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
webmvc.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
websocket.adoc Structural Fixes 2023-05-04 15:35:05 +01:00