Skip to content
On this page

Expression Language

Expression Language (EL3) is based on Tomcat Expression Language .

Functions

EL supports defining own functions in expressions. There is a FunctionHelper in the Expressions object. Some Functions are predefined.

Base Usage

Expression Language Processing is defined in the Expressions object.

Functions

EL supports own functions in expressions. There is a FunctionHelper in the Expressions object. Some Functions are predefined.

Released under the Apache License 2.0.