Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix web and webflux reference links #34517

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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