You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,8 +119,7 @@ public JinjavaConfig getGlobalConfig() {
118
119
}
119
120
120
121
/**
121
-
* The global render context includes such things as the base set of tags, filters, exp tests and functions,
122
-
* used as a base by all render operations performed by this instance
122
+
* The global render context includes such things as the base set of tags, filters, exp tests and functions, used as a base by all render operations performed by this instance
123
123
*
124
124
* @return the global render context
125
125
*/
@@ -141,10 +141,13 @@ public JinjavaDoc getJinjavaDoc() {
141
141
/**
142
142
* Render the given template using the given context bindings.
143
143
*
144
-
* @param template jinja source template
145
-
* @param bindings map of objects to put into scope for this rendering action
144
+
* @param template
145
+
* jinja source template
146
+
* @param bindings
147
+
* map of objects to put into scope for this rendering action
146
148
* @return the rendered template
147
-
* @throws InterpretException if any syntax errors were encountered during rendering
149
+
* @throws InterpretException
150
+
* if any syntax errors were encountered during rendering
* Render the given template using the given context bindings. This method returns some
168
-
* metadata about the render process, including any errors which may have been encountered
169
-
* such as unknown variables or syntax errors.
170
+
* Render the given template using the given context bindings. This method returns some metadata about the render process, including any errors which may have been encountered such as unknown variables or syntax errors.
170
171
*
171
-
* This method will not throw any exceptions; it is up to the caller to inspect the renderResult.errors
172
-
* collection if necessary / desired.
172
+
* This method will not throw any exceptions; it is up to the caller to inspect the renderResult.errors collection if necessary / desired.
173
173
*
174
-
* @param template jinja source template
175
-
* @param bindings map of objects to put into scope for this rendering action
174
+
* @param template
175
+
* jinja source template
176
+
* @param bindings
177
+
* map of objects to put into scope for this rendering action
176
178
* @return result object containing rendered output, render context, and any encountered errors
* Render the given template using the given context bindings. This method returns some
184
-
* metadata about the render process, including any errors which may have been encountered
185
-
* such as unknown variables or syntax errors.
185
+
* Render the given template using the given context bindings. This method returns some metadata about the render process, including any errors which may have been encountered such as unknown variables or syntax errors.
186
186
*
187
-
* This method will not throw any exceptions; it is up to the caller to inspect the renderResult.errors
188
-
* collection if necessary / desired.
187
+
* This method will not throw any exceptions; it is up to the caller to inspect the renderResult.errors collection if necessary / desired.
189
188
*
190
-
* @param template jinja source template
191
-
* @param bindings map of objects to put into scope for this rendering action
192
-
* @param renderConfig used to override specific config values for this render operation
189
+
* @param template
190
+
* jinja source template
191
+
* @param bindings
192
+
* map of objects to put into scope for this rendering action
193
+
* @param renderConfig
194
+
* used to override specific config values for this render operation
193
195
* @return result object containing rendered output, render context, and any encountered errors
0 commit comments