Skip to content

Commit a4f4ef9

Browse files
committed
Update documentation for spring.ftl in spring-webflux
See gh-23105
1 parent 0a77477 commit a4f4ef9

File tree

1 file changed

+4
-4
lines changed
  • spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker

1 file changed

+4
-4
lines changed

spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* all macros within it available to any application using Spring's
1111
* FreeMarkerConfigurer.
1212
*
13-
* To take advantage of these macros, the "requestContextAttribute" property of
14-
* the FreeMarkerView class must be set to "springMacroRequestContext". This will
15-
* expose a RequestContext under the name "springMacroRequestContext", as needed
16-
* by the macros in this library.
13+
* To take advantage of these macros, the "exposeSpringMacroHelpers" property
14+
* of the FreeMarkerView class needs to be set to "true". This will expose a
15+
* RequestContext under the name "springMacroRequestContext", as needed by
16+
* the macros in this library.
1717
*
1818
* @author Darren Davison
1919
* @author Juergen Hoeller

0 commit comments

Comments
 (0)