类 FunctionReference

  • 所有已实现的接口:
    Opcodes, SpelNode

    public class FunctionReference
    extends SpelNodeImpl
    A function reference is of the form "#someFunction(a,b,c)". Functions may be defined in the context prior to the expression being evaluated. Functions may also be static Java methods, registered in the context prior to invocation of the expression.

    Functions are very simplistic. The arguments are not part of the definition (right now), so the names must be unique.

    从以下版本开始:
    3.0
    作者:
    Andy Clement, Juergen Hoeller