File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
* all macros within it available to any application using Spring's
11
11
* FreeMarkerConfigurer.
12
12
*
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.
17
17
*
18
18
* @author Darren Davison
19
19
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments