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 ScriptJexlOne.createScript(File scriptFile) Deprecated.Create a JexlEngine and use the createScript method on that instead.static ScriptJexlOne.createScript(String scriptText) Deprecated.Create a JexlEngine and use the createScript method on that instead.static ScriptJexlOne.createScript(URL scriptUrl) Deprecated.Create a JexlEngine and use the createScript method on that instead.