Class FunctionResolverImpl

  • All Implemented Interfaces:
    FunctionResolver, java.io.Serializable

    public class FunctionResolverImpl
    extends java.lang.Object
    implements FunctionResolver, java.io.Serializable
    A default function resolver.
    Since:
    3.5.0
    Author:
    Pao
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.poi.ss.formula.DependencyTracker getDependencyTracker()
      Return the associated DependencyTracker.
      org.zkoss.xel.FunctionMapper getFunctionMapper()
      Return the associated FunctionMapper.
      org.apache.poi.ss.formula.udf.UDFFinder getUDFFinder()
      Return the associated UDFFinder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionResolverImpl

        public FunctionResolverImpl()
    • Method Detail

      • getUDFFinder

        public org.apache.poi.ss.formula.udf.UDFFinder getUDFFinder()
        Description copied from interface: FunctionResolver
        Return the associated UDFFinder.
        Specified by:
        getUDFFinder in interface FunctionResolver
        Returns:
        the associated UDFFinder.
      • getFunctionMapper

        public org.zkoss.xel.FunctionMapper getFunctionMapper()
        Description copied from interface: FunctionResolver
        Return the associated FunctionMapper.
        Specified by:
        getFunctionMapper in interface FunctionResolver
        Returns:
        the associated FunctionMapper.
      • getDependencyTracker

        public org.apache.poi.ss.formula.DependencyTracker getDependencyTracker()
        Description copied from interface: FunctionResolver
        Return the associated DependencyTracker.
        Specified by:
        getDependencyTracker in interface FunctionResolver
        Returns:
        the associated DependencyTracker.