Uses of Interface
org.apache.commons.jexl3.JexlContext.NamespaceResolver

Packages that use JexlContext.NamespaceResolver
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
 class ObjectContext<T>
          Wraps an Object as a JEXL context and NamespaceResolver.
 

Fields in org.apache.commons.jexl3 declared as JexlContext.NamespaceResolver
static JexlContext.NamespaceResolver JexlEngine.EMPTY_NS
          An empty/static/non-mutable JexlNamesapce 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
protected  JexlContext.NamespaceResolver Interpreter.ns
          The context to store/retrieve variables.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.