org.boris.xlloop.handler
Class DebugFunctionHandler

java.lang.Object
  extended by org.boris.xlloop.handler.DebugFunctionHandler
All Implemented Interfaces:
IFunctionHandler

public class DebugFunctionHandler
extends java.lang.Object
implements IFunctionHandler


Constructor Summary
DebugFunctionHandler(IFunctionHandler h)
           
 
Method Summary
 XLoper execute(IFunctionContext context, java.lang.String name, XLoper[] args)
           
 boolean hasFunction(java.lang.String name)
           
 void setLabel(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugFunctionHandler

public DebugFunctionHandler(IFunctionHandler h)
Method Detail

setLabel

public void setLabel(java.lang.String label)

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