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 serveral
FunctionMapper together. The first
added get called first.- Author:
- henrichen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.xel.FunctionresolveFunction(String arg0, String arg1)
-
Constructor Details
-
JoinFunctionMapper
public JoinFunctionMapper(org.zkoss.xel.FunctionMapper mapper)
-
-
Method Details