Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox
Packages that use JexlSandbox
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides low-level introspective services.
Provides high-level introspective services.
-
Uses of JexlSandbox in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 declared as JexlSandboxMethods in org.apache.commons.jexl3 that return JexlSandboxMethods in org.apache.commons.jexl3 with parameters of type JexlSandboxModifier and TypeMethodDescriptionJexlBuilder.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 JexlSandboxConstructors in org.apache.commons.jexl3.internal.introspection with parameters of type JexlSandboxModifierConstructorDescriptionSandboxUberspect(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