Docs: result handling and view resolution

Issue: SPR-16393
This commit is contained in:
Rossen Stoyanchev
2018-01-26 10:48:53 -05:00
parent fbde97f302
commit 00b95b10a8
3 changed files with 146 additions and 42 deletions

View File

@@ -62,6 +62,7 @@ import org.springframework.web.server.ServerWebExchange;
* <li>{@link View} -- View to render with
* <li>{@link Model} -- attributes to add to the model
* <li>{@link Map} -- attributes to add to the model
* <li>{@link Rendering} -- use case driven API for view resolution</li>
* <li>{@link ModelAttribute @ModelAttribute} -- attribute for the model
* <li>Non-simple value -- attribute for the model
* </ul>