Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox
-
Packages that use JexlSandbox Package Description 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
Fields in org.apache.commons.jexl3 declared as JexlSandbox Modifier and Type Field Description private JexlSandbox
JexlBuilder. sandbox
The sandbox.Methods in org.apache.commons.jexl3 that return JexlSandbox Modifier and Type Method Description JexlSandbox
JexlBuilder. sandbox()
Methods in org.apache.commons.jexl3 with parameters of type JexlSandbox Modifier and Type Method Description JexlBuilder
JexlBuilder. sandbox(JexlSandbox box)
Sets the sandbox the engine will use. -
Uses of JexlSandbox in org.apache.commons.jexl3.internal.introspection
Fields in org.apache.commons.jexl3.internal.introspection declared as JexlSandbox Modifier and Type Field Description private JexlSandbox
SandboxUberspect. sandbox
The sandbox.Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type JexlSandbox Constructor Description 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 Modifier and Type Method Description JexlSandbox
JexlSandbox. copy()
-