Remove OGNL expression support

Issue: SWF-1694
This commit is contained in:
Rossen Stoyanchev
2017-01-06 16:02:53 -05:00
parent 4fb1b99a8b
commit b263c1c87a
14 changed files with 22 additions and 980 deletions

View File

@@ -339,7 +339,7 @@ public class BookingFlowHandler extends AbstractFlowHandler {
as a custom MessageCodesResolver. You may also enable data binding use
Spring MVC's native BeanWrapper by setting the
<code>useSpringBinding</code> flag to true. This is an alternative to
using OGNL or the Unified EL for view-to-model data binding. See the
using the Unified EL for view-to-model data binding. See the
JavaDoc API of this class for more information.</para>
</sect1>