Uses of Interface
org.apache.commons.jexl3.JexlContext.NamespaceResolver
-
Packages that use JexlContext.NamespaceResolver Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlContext.NamespaceResolver in org.apache.commons.jexl3
Classes in org.apache.commons.jexl3 that implement JexlContext.NamespaceResolver Modifier and Type Class Description static class
JexlEngine.EmptyNamespaceResolver
The empty/static/non-mutable JexlNamespace class, public for instrospection.class
ObjectContext<T>
Wraps an Object as a JEXL context and NamespaceResolver.Fields in org.apache.commons.jexl3 declared as JexlContext.NamespaceResolver Modifier and Type Field Description static JexlContext.NamespaceResolver
JexlEngine. EMPTY_NS
An empty/static/non-mutable JexlNamespace singleton used instead of null namespace. -
Uses of JexlContext.NamespaceResolver in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as JexlContext.NamespaceResolver Modifier and Type Field Description protected JexlContext.NamespaceResolver
InterpreterBase. ns
The namespace resolver.
-