Uses of Class
org.apache.commons.jexl2.introspection.Sandbox
-
Packages that use Sandbox Package Description org.apache.commons.jexl2.introspection -
-
Uses of Sandbox in org.apache.commons.jexl2.introspection
Fields in org.apache.commons.jexl2.introspection declared as Sandbox Modifier and Type Field Description protected Sandbox
SandboxUberspectImpl. sandbox
The sandbox.Constructors in org.apache.commons.jexl2.introspection with parameters of type Sandbox Constructor Description SandboxUberspectImpl(org.apache.commons.logging.Log runtimeLogger, Sandbox theSandbox)
A constructor for Sandbox uberspect.
-