Go back

Summary

Tag name: <Function>

The Function tag defines a function in a field value resolver.

Code Example(s)

<Function name="TODAY" paramTypes="Integer"/>

Attributes

Name Type Default value Required? Supports EL? Description
nameStringYYThe function name attribute.
paramTypesStringYYThe paramTypes attribute. It is used to decide the orders & numbers & types of all input paramters of this function. Valid values are conforming to the java type names--"Integer" "String" "Date" etc. Multiple parameter types will be separated by comma. We currently don't support java class type.