Uses of Class
org.apache.commons.jexl3.JexlBuilder
Packages that use JexlBuilder
-
Uses of JexlBuilder in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlBuilderModifier and TypeMethodDescriptionJexlBuilder.antish
(boolean flag) Sets whether the engine will resolve antish variable names.JexlBuilder.arithmetic
(JexlArithmetic a) Sets the JexlArithmetic instance the engine will use.JexlBuilder.cache
(int size) Sets the expression cache size the engine will use.JexlBuilder.cacheFactory
(IntFunction<JexlCache<?, ?>> factory) Sets the expression cache size the engine will use.JexlBuilder.cacheThreshold
(int length) Sets the maximum length for an expression to be cached.JexlBuilder.cancellable
(boolean flag) Sets the engine behavior upon interruption: throw an JexlException.Cancel or terminates the current evaluation and return null.Sets the charset to use.JexlBuilder.collectAll
(boolean flag) Sets whether the engine variable collectors considers all potential forms of variable syntaxes.JexlBuilder.collectMode
(int mode) Experimental collector mode setter.JexlBuilder.debug
(boolean flag) Sets whether the engine will report debugging information when error occurs.JexlBuilder.features
(JexlFeatures f) Sets the features the engine will use as a base by default.Sets the optional set of imports.JexlBuilder.imports
(Collection<String> imports) Sets the optional set of imports.JexlBuilder.lexical
(boolean flag) Sets whether the engine is in lexical mode.JexlBuilder.lexicalShade
(boolean flag) Sets whether the engine is in lexical shading mode.JexlBuilder.loader
(ClassLoader l) Sets the class loader to use.Deprecated.JexlBuilder.logger
(org.apache.commons.logging.Log log) Sets the o.a.c.Log instance to use.JexlBuilder.namespaces
(Map<String, Object> ns) Sets the default namespaces map the engine will use.JexlBuilder.permissions
(JexlPermissions p) 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.JexlBuilder.sandbox
(JexlSandbox box) 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.JexlBuilder.stackOverflow
(int size) Sets the number of script/expression evaluations that can be stacked.JexlBuilder.strategy
(JexlUberspect.ResolverStrategy rs) 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.JexlBuilder.uberspect
(JexlUberspect u) Sets the JexlUberspect instance the engine will use.
charset(Charset)
instead