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 UberspectInterpreter.uberspectThe uberspect.protected final UberspectJexlEngine.uberspectThe Uberspect instance.Methods in org.apache.commons.jexl2 that return UberspectModifier and TypeMethodDescriptionprotected UberspectInterpreter.getUberspect()Gets the uberspect.JexlEngine.getUberspect()Gets this engine underlying uberspect.static UberspectJexlEngine.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 TypeClassDescriptionclassAn uberspect that controls usage of properties, methods and contructors through a sandbox.classImplementation of Uberspect to provide the default introspective functionality of JEXL.