org.boris.xlloop.handler
Class FunctionInformationHandler
java.lang.Object
org.boris.xlloop.handler.FunctionInformationHandler
- All Implemented Interfaces:
- IFunctionHandler
public class FunctionInformationHandler
- extends java.lang.Object
- implements IFunctionHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionInformationHandler
public FunctionInformationHandler()
add
public void add(FunctionInformation fi)
add
public void add(FunctionInformation[] fis)
add
public void add(FunctionProvider prov)
remove
public void remove(FunctionProvider prov)
setCategory
public void setCategory(java.lang.String category)
getCategory
public java.lang.String getCategory()
execute
public XLoper execute(IFunctionContext context,
java.lang.String name,
XLoper[] args)
throws RequestException
- Specified by:
execute
in interface IFunctionHandler
- Throws:
RequestException
hasFunction
public boolean hasFunction(java.lang.String name)
- Specified by:
hasFunction
in interface IFunctionHandler