Uses of Class
org.apache.commons.jexl3.JexlOptions
-
Uses of JexlOptions in org.apache.commons.jexl3
Modifier 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.Modifier and TypeMethodDescriptionJexlArithmetic.options
(JexlOptions options) Apply options to this arithmetic which eventually may create another instance.default void
JexlContext.PragmaProcessor.processPragma
(JexlOptions opts, String key, Object value) Process one pragma.JexlOptions.set
(JexlOptions src) Sets options from options.