Uses of Class
org.eclipse.higgins.util.jscript.JScriptExec

Uses of JScriptExec in org.eclipse.higgins.util.jscript
 

Methods in org.eclipse.higgins.util.jscript with parameters of type JScriptExec
static String JScriptExecHelper.transformString(JScriptExec exec, String paramName, String param)
          Allows String Transformation
static URI JScriptExecHelper.transformURI(JScriptExec exec, String[] paramNames, URI in)
          Allows URI Transformation
static URI JScriptExecHelper.transformURI(JScriptExec exec, String[] paramNames, URI[] in)
          Allows URI Transformation
static URI JScriptExecHelper.transformURI(JScriptExec exec, String paramName, URI in)
          Allows URI Transformation
static Iterator JScriptExecHelper.transformURItoMany(JScriptExec exec, String paramName, URI in)
          Allows URI Transformation
static String JScriptExecHelper.evaluateToString(JScriptExec exec, String[] paramNames, Object[] params)
          Allows String Transformation or Retrieval
static String JScriptExecHelper.evaluateToString(JScriptExec exec, String paramName, Object in)
          Allows String Transformation or Retrieval