Uses of Interface
org.apache.commons.jexl2.introspection.Uberspect
-
Packages that use Uberspect Package Description org.apache.commons.jexl2 org.apache.commons.jexl2.introspection -
-
Uses of Uberspect in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as Uberspect Modifier and Type Field Description protected Uberspect
Interpreter. uberspect
The uberspect.protected Uberspect
JexlEngine. uberspect
The Uberspect instance.Methods in org.apache.commons.jexl2 that return Uberspect Modifier and Type Method Description protected Uberspect
Interpreter. getUberspect()
Gets the uberspect.Uberspect
JexlEngine. getUberspect()
Gets this engine underlying uberspect.static Uberspect
JexlEngine. getUberspect(org.apache.commons.logging.Log logger)
Gets the default instance of Uberspect.Constructors in org.apache.commons.jexl2 with parameters of type Uberspect Constructor Description JexlEngine(Uberspect anUberspect, JexlArithmetic anArithmetic, java.util.Map<java.lang.String,java.lang.Object> theFunctions, org.apache.commons.logging.Log log)
Creates a JEXL engine using the providedUberspect
, (@link JexlArithmetic), a function map and logger. -
Uses of Uberspect in org.apache.commons.jexl2.introspection
Classes in org.apache.commons.jexl2.introspection that implement Uberspect Modifier and Type Class Description class
SandboxUberspectImpl
An uberspect that controls usage of properties, methods and contructors through a sandbox.class
UberspectImpl
Implementation of Uberspect to provide the default introspective functionality of JEXL.
-