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 classJexlEngine.EmptyNamespaceResolverThe empty/static/non-mutable JexlNamespace class, public for instrospection.classObjectContext<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.NamespaceResolverJexlEngine. EMPTY_NSAn 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.NamespaceResolverInterpreterBase. nsThe namespace resolver.
-