Package | Description |
---|---|
org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectContext<T>
Wraps an Object as a JEXL context and NamespaceResolver.
|
Modifier and Type | Field and Description |
---|---|
static JexlContext.NamespaceResolver |
JexlEngine.EMPTY_NS
An empty/static/non-mutable JexlNamesapce used instead of null namespace.
|
Modifier and Type | Field and Description |
---|---|
protected JexlContext.NamespaceResolver |
Interpreter.ns
The context to store/retrieve variables.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.