Uses of Interface
org.apache.commons.jexl.Script
-
Packages that use Script Package Description org.apache.commons.jexl Jexl-1.x compatible implementation. -
-
Uses of Script in org.apache.commons.jexl
Methods in org.apache.commons.jexl that return Script Modifier and Type Method Description static Script
JexlOne. createScript(java.io.File scriptFile)
Deprecated.Create a JexlEngine and use the createScript method on that instead.static Script
JexlOne. createScript(java.lang.String scriptText)
Deprecated.Create a JexlEngine and use the createScript method on that instead.static Script
JexlOne. createScript(java.net.URL scriptUrl)
Deprecated.Create a JexlEngine and use the createScript method on that instead.
-