org.boris.xlloop.script
Class BSFScript

java.lang.Object
  extended by org.boris.xlloop.script.BSFScript
All Implemented Interfaces:
IFunction

public class BSFScript
extends java.lang.Object
implements IFunction


Constructor Summary
BSFScript(java.lang.String lang, java.lang.String source, java.lang.String name)
           
 
Method Summary
static java.lang.Class[] createArgHints(XLoper[] args)
           
 XLoper execute(IFunctionContext context, XLoper[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSFScript

public BSFScript(java.lang.String lang,
                 java.lang.String source,
                 java.lang.String name)
Method Detail

createArgHints

public static java.lang.Class[] createArgHints(XLoper[] args)

execute

public XLoper execute(IFunctionContext context,
                      XLoper[] args)
               throws RequestException
Specified by:
execute in interface IFunction
Throws:
RequestException