Browse Source

Fix web and webflux reference links

Closes gh-34517
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
pull/34656/head
Tran Ngoc Nhan 10 months ago committed by Sébastien Deleuze
parent
commit
34315fc20f
  1. 1
      framework-docs/modules/ROOT/pages/web/webflux-view.adoc
  2. 1
      framework-docs/modules/ROOT/pages/web/webmvc-view.adoc
  3. 1
      framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-freemarker.adoc
  4. 2
      framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-script.adoc

1
framework-docs/modules/ROOT/pages/web/webflux-view.adoc

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
[[webflux-view]]
= View Technologies
[.small]#xref:web/webmvc-view.adoc[See equivalent in the Servlet stack]#
The rendering of views in Spring WebFlux is pluggable. Whether you decide to

1
framework-docs/modules/ROOT/pages/web/webmvc-view.adoc

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
[[mvc-view]]
= View Technologies
:page-section-summary-toc: 1
[.small]#xref:web/webflux-view.adoc[See equivalent in the Reactive stack]#
The rendering of views in Spring MVC is pluggable. Whether you decide to use

1
framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-freemarker.adoc

@ -130,6 +130,7 @@ the `Configuration` object. @@ -130,6 +130,7 @@ the `Configuration` object.
[[mvc-view-freemarker-forms]]
== Form Handling
[.small]#xref:web/webflux-view.adoc#webflux-view-freemarker-forms[See equivalent in the Reactive stack]#
Spring provides a tag library for use in JSPs that contains, among others, a
`<spring:bind/>` element. This element primarily lets forms display values from

2
framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-script.adoc

@ -47,7 +47,7 @@ through https://www.webjars.org/[WebJars]. @@ -47,7 +47,7 @@ through https://www.webjars.org/[WebJars].
[[mvc-view-script-integrate]]
== Script Templates
[.small]#xref:web/webflux-view.adoc#webflux-view-script[See equivalent in the Reactive stack]#
[.small]#xref:web/webflux-view.adoc#webflux-view-script-integrate[See equivalent in the Reactive stack]#
You can declare a `ScriptTemplateConfigurer` bean to specify the script engine to use,
the script files to load, what function to call to render templates, and so on.

Loading…
Cancel
Save