Package io.keikaiex.formula
Class FunctionResolverEx
- java.lang.Object
-
- io.keikaiex.formula.FunctionResolverEx
-
- All Implemented Interfaces:
FunctionResolver
public class FunctionResolverEx extends Object implements FunctionResolver
Enhanced spreadsheet function mapper- Author:
- Pao
-
-
Field Summary
Fields Modifier and Type Field Description static String
EL_FUNCTION_KEY
-
Constructor Summary
Constructors Constructor Description FunctionResolverEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyTracker
getDependencyTracker()
Return the associatedDependencyTracker
.org.zkoss.xel.FunctionMapper
getFunctionMapper()
Return the associatedFunctionMapper
.UDFFinder
getUDFFinder()
Return the associatedUDFFinder
.
-
-
-
Field Detail
-
EL_FUNCTION_KEY
public static String EL_FUNCTION_KEY
-
-
Method Detail
-
getUDFFinder
public UDFFinder getUDFFinder()
Description copied from interface:FunctionResolver
Return the associatedUDFFinder
.- Specified by:
getUDFFinder
in interfaceFunctionResolver
- Returns:
- the associated
UDFFinder
.
-
getFunctionMapper
public org.zkoss.xel.FunctionMapper getFunctionMapper()
Description copied from interface:FunctionResolver
Return the associatedFunctionMapper
.- Specified by:
getFunctionMapper
in interfaceFunctionResolver
- Returns:
- the associated
FunctionMapper
.
-
getDependencyTracker
public DependencyTracker getDependencyTracker()
Description copied from interface:FunctionResolver
Return the associatedDependencyTracker
.- Specified by:
getDependencyTracker
in interfaceFunctionResolver
- Returns:
- the associated
DependencyTracker
.
-
-