|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlSandbox | |
---|---|
org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl3.internal.introspection | Provides low-level introspective services. |
org.apache.commons.jexl3.introspection | Provides high-level introspective services. |
Uses of JexlSandbox in org.apache.commons.jexl3 |
---|
Methods in org.apache.commons.jexl3 that return JexlSandbox | |
---|---|
JexlSandbox |
JexlBuilder.sandbox()
|
Methods in org.apache.commons.jexl3 with parameters of type JexlSandbox | |
---|---|
JexlBuilder |
JexlBuilder.sandbox(JexlSandbox box)
Sets the sandbox the engine will use. |
Uses of JexlSandbox in org.apache.commons.jexl3.internal.introspection |
---|
Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type JexlSandbox | |
---|---|
SandboxUberspect(JexlUberspect theUberspect,
JexlSandbox theSandbox)
A constructor for JexlSandbox uberspect. |
Uses of JexlSandbox in org.apache.commons.jexl3.introspection |
---|
Methods in org.apache.commons.jexl3.introspection that return JexlSandbox | |
---|---|
JexlSandbox |
JexlSandbox.copy()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |