Uses of Interface
org.apache.commons.jexl2.introspection.Uberspect
Packages that use Uberspect
-
Uses of Uberspect in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as UberspectModifier and TypeFieldDescriptionprotected final Uberspect
Interpreter.uberspect
The uberspect.protected final Uberspect
JexlEngine.uberspect
The Uberspect instance.Methods in org.apache.commons.jexl2 that return UberspectModifier and TypeMethodDescriptionprotected Uberspect
Interpreter.getUberspect()
Gets the 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 UberspectModifierConstructorDescriptionJexlEngine
(Uberspect anUberspect, JexlArithmetic anArithmetic, Map<String, 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 UberspectModifier and TypeClassDescriptionclass
An uberspect that controls usage of properties, methods and contructors through a sandbox.class
Implementation of Uberspect to provide the default introspective functionality of JEXL.