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 UberspectInterpreter. uberspectThe uberspect.protected UberspectJexlEngine. uberspectThe Uberspect instance.Methods in org.apache.commons.jexl2 that return Uberspect Modifier and Type Method Description protected UberspectInterpreter. getUberspect()Gets the uberspect.UberspectJexlEngine. 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 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 classSandboxUberspectImplAn uberspect that controls usage of properties, methods and contructors through a sandbox.classUberspectImplImplementation of Uberspect to provide the default introspective functionality of JEXL.
-