You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
webflux
Document that ModelMap is not a supported argument type in WebFlux
2 years ago
webflux-webclient
Use HttpStatusCode consistently in reference guide
2 years ago
webmvc
Document contentLength() behavior for InputStreamResource and custom subclasses
2 years ago
webmvc-view
Polish reference guide
2 years ago
websocket
Fix typo
2 years ago
integration.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
webflux-cors.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
webflux-functional.adoc
Refine "Redirecting to a resource" section code sample
2 years ago
webflux-http-interface-client.adoc
Structural Fixes
3 years ago
webflux-reactive-libraries.adoc
Document streaming/collecting behavior for Flux return values
2 years ago
webflux-test.adoc
Structural Fixes
3 years ago
webflux-view.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
webflux-webclient.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
webflux-websocket.adoc
Fix migration to asciidoctor tabs
3 years ago
webflux.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
webmvc-client.adoc
Create RestClient documentation placeholder
3 years ago
webmvc-cors.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
webmvc-functional.adoc
Refine "Redirecting to a resource" section code sample
2 years ago
webmvc-test.adoc
Trim IDs with parent
3 years ago
webmvc-view.adoc
Enable Section Summary TOC for small pages
3 years ago
webmvc.adoc
Extract recurring asciidoc links to attributes, cleanup old doc files
2 years ago
websocket.adoc
Structural Fixes
3 years ago