Package | Description |
---|---|
org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Script |
JexlOne.JexlOneEngine.createScript(ASTJexlScript tree,
java.lang.String text)
An overridable through covariant return Script creator.
|
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.
|