JexlBuilder.antish(boolean flag)
Sets whether the engine will resolve antish variable names.
Sets the JexlArithmetic instance the engine will use.
JexlBuilder.cache(int size)
Sets the expression cache size the engine will use.
Sets the expression cache size the engine will use.
Sets the maximum length for an expression to be cached.
Sets the engine behavior upon interruption: throw an JexlException.Cancel or terminates the current evaluation
and return null.
Sets whether the engine variable collectors considers all potential forms of variable syntaxes.
Experimental collector mode setter.
JexlBuilder.debug(boolean flag)
Sets whether the engine will report debugging information when error occurs.
Sets the features the engine will use as a base by default.
Sets the optional set of imports.
Sets the optional set of imports.
Sets whether the engine is in lexical mode.
Sets whether the engine is in lexical shading mode.
Sets the class loader to use.
JexlBuilder.logger(org.apache.commons.logging.Log log)
Sets the o.a.c.Log instance to use.
Sets the default namespaces map the engine will use.
Sets the JexlPermissions instance the engine will use.
JexlBuilder.safe(boolean flag)
Sets whether the engine considers dereferencing null in navigation expressions
as null or triggers an error.
Sets the sandbox the engine will use.
JexlBuilder.silent(boolean flag)
Sets whether the engine will throw JexlException during evaluation when an error is triggered.
Sets the number of script/expression evaluations that can be stacked.
Sets the JexlUberspect strategy the engine will use.
JexlBuilder.strict(boolean flag)
Sets whether the engine considers unknown variables, methods, functions and constructors as errors or
evaluates them as null.
Sets the JexlUberspect instance the engine will use.
charset(Charset)
instead