Uses of Class
org.apache.commons.jexl3.JexlOptions
Packages that use JexlOptions
-
Uses of JexlOptions in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlOptionsModifier and TypeMethodDescriptionJexlOptions.copy()Creates a copy of this instance.JexlContext.OptionsHandle.getEngineOptions()Retrieves the current set of options though the context.JexlBuilder.options()JexlOptions.set(JexlEngine jexl) Sets options from engine.JexlOptions.set(JexlOptions src) Sets options from options.Methods in org.apache.commons.jexl3 with parameters of type JexlOptionsModifier and TypeMethodDescriptionJexlArithmetic.options(JexlOptions options) Apply options to this arithmetic which eventually may create another instance.default voidJexlContext.PragmaProcessor.processPragma(JexlOptions opts, String key, Object value) Process one pragma.JexlOptions.set(JexlOptions src) Sets options from options.