Summary

The ExpressionHandler is used to execute dynamic commands writtin in MVEL or SpEL expression language. Action objects must include attributes to configure the handler otherwise an exception will be thrown. Possible attribute values are listed below.

ExpressionHandler Service Attributes

AttributeDescription
typeThe expression language type of the command to be executed. Possible values are MVEL and SpEl (MVEL will be applied by default if type is not provided).
commandThe expression language command that should be executed