Add FragmentsRendering to documentation for return values
Closes gh-33162
This commit is contained in:
@@ -68,6 +68,9 @@ Controllers can then return a `Flux<List<B>>`; Reactor provides a dedicated oper
|
||||
| `Rendering`
|
||||
| An API for model and view rendering scenarios.
|
||||
|
||||
| `FragmentsRendering`, `Flux<Fragment>`, `Collection<Fragment>`
|
||||
| For rendering one or more fragments each with its own view and model.
|
||||
|
||||
| `void`
|
||||
| A method with a `void`, possibly asynchronous (for example, `Mono<Void>`), return type (or a `null` return
|
||||
value) is considered to have fully handled the response if it also has a `ServerHttpResponse`,
|
||||
|
||||
Reference in New Issue
Block a user