Skip to content

Commit

Permalink
Merge branch '6.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Feb 28, 2025
2 parents 03cce13 + 34315fc commit fec0bfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions framework-docs/modules/ROOT/pages/web/webflux-view.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions framework-docs/modules/ROOT/pages/web/webmvc-view.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fec0bfe

Please sign in to comment.