|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Uberspect | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl2.introspection | Provides high-level introspective services. |
Uses of Uberspect in org.apache.commons.jexl2 |
---|
Fields in org.apache.commons.jexl2 declared as Uberspect | |
---|---|
protected Uberspect |
JexlEngine.uberspect
The Uberspect instance. |
protected Uberspect |
Interpreter.uberspect
The uberspect. |
Methods in org.apache.commons.jexl2 that return Uberspect | |
---|---|
Uberspect |
JexlEngine.getUberspect()
Gets this engine underlying uberspect. |
protected Uberspect |
Interpreter.getUberspect()
Gets the 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 | |
---|---|
JexlEngine(Uberspect anUberspect,
JexlArithmetic anArithmetic,
Map<String,Object> theFunctions,
org.apache.commons.logging.Log log)
Creates a JEXL engine using the provided Uberspect , (@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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |