org.boris.xlloop.reflect
Class DelegateFunctionHandler

java.lang.Object
  extended by org.boris.xlloop.FunctionMap
      extended by org.boris.xlloop.reflect.DelegateFunctionHandler
All Implemented Interfaces:
FunctionProvider, IFunctionHandler

public class DelegateFunctionHandler
extends FunctionMap
implements FunctionProvider


Constructor Summary
DelegateFunctionHandler()
           
 
Method Summary
 void addMethods(java.lang.String namespace, java.lang.Class clazz)
           
 FunctionInformation[] getFunctions()
           
 
Methods inherited from class org.boris.xlloop.FunctionMap
add, clear, execute, hasFunction, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateFunctionHandler

public DelegateFunctionHandler()
Method Detail

addMethods

public void addMethods(java.lang.String namespace,
                       java.lang.Class clazz)

getFunctions

public FunctionInformation[] getFunctions()
Specified by:
getFunctions in interface FunctionProvider