org.boris.xlloop
Interface IFunctionHandler

All Known Implementing Classes:
AddinFunctionHandler, CompositeFunctionHandler, CompositeFunctionServer, CompTest1, DebugFunctionHandler, DelegateFunctionHandler, FunctionInformationHandler, FunctionMap, LispFunctionHandler, ReflectFunctionHandler, ScriptRepository

public interface IFunctionHandler


Method Summary
 XLoper execute(IFunctionContext context, java.lang.String name, XLoper[] args)
           
 boolean hasFunction(java.lang.String name)
           
 

Method Detail

execute

XLoper execute(IFunctionContext context,
               java.lang.String name,
               XLoper[] args)
               throws RequestException
Throws:
RequestException

hasFunction

boolean hasFunction(java.lang.String name)