Uses of Interface
org.apache.commons.jexl.Script
Packages that use Script
-
Uses of Script in org.apache.commons.jexl
Methods in org.apache.commons.jexl that return ScriptModifier and TypeMethodDescriptionstatic Script
JexlOne.createScript
(File scriptFile) Deprecated.Create a JexlEngine and use the createScript method on that instead.static Script
JexlOne.createScript
(String scriptText) Deprecated.Create a JexlEngine and use the createScript method on that instead.static Script
JexlOne.createScript
(URL scriptUrl) Deprecated.Create a JexlEngine and use the createScript method on that instead.