| java.lang.Object org.ofbiz.base.util.BshUtil
BshUtil | final public class BshUtil (Code) | | BshUtil - BeanShell Utilities
author: Andy Zeneski author: Oswin Ondarza and Manuel Soto version: $Revision: 1.1 $ |
eval | final public static Object eval(String expression, Map context) throws EvalError(Code) | | Evaluate a BSH condition or expression
Parameters: expression - The expression to evaluate Parameters: context - The context to use in evaluation (re-written) Object The result of the evaluation throws: EvalError - |
makeInterpreter | public static Interpreter makeInterpreter(Map context) throws EvalError(Code) | | |
|
|