spring-framework/spring-webmvc/src
Sebastien Deleuze d5f9ad03a7 Support ScriptEngine#eval(String, Bindings) in ScriptTemplateView
Supporting ScriptEngine#eval(String, Bindings) when no render function
is specified allows to support use cases where script templates are
simply evaluating a script expression with an even more simplified
configuration.

This improvement also makes it possible to use script engines that
do not implement Invocable.

Issue: SPR-15115
2017-06-16 10:38:59 +02:00
..
main Support ScriptEngine#eval(String, Bindings) in ScriptTemplateView 2017-06-16 10:38:59 +02:00
test Support ScriptEngine#eval(String, Bindings) in ScriptTemplateView 2017-06-16 10:38:59 +02:00