Class JoinFunctionMapper

java.lang.Object
io.keikai.model.impl.sys.formula.JoinFunctionMapper
All Implemented Interfaces:
Serializable, org.zkoss.xel.FunctionMapper

public class JoinFunctionMapper extends Object implements org.zkoss.xel.FunctionMapper, Serializable
Aggregate FunctionMapper that join serveral FunctionMapper together. The first added get called first.
Author:
henrichen
See Also:
  • Constructor Details

    • JoinFunctionMapper

      public JoinFunctionMapper(org.zkoss.xel.FunctionMapper mapper)
  • Method Details

    • resolveFunction

      public org.zkoss.xel.Function resolveFunction(String arg0, String arg1) throws org.zkoss.xel.XelException
      Specified by:
      resolveFunction in interface org.zkoss.xel.FunctionMapper
      Throws:
      org.zkoss.xel.XelException