Package io.keikai.model.impl.sys.formula
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 serveralFunctionMapper
together. The first added get called first.- Author:
- henrichen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JoinFunctionMapper(org.zkoss.xel.FunctionMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.xel.Function
resolveFunction(String arg0, String arg1)
-