Package | Description |
---|---|
org.apache.commons.jexl |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl.resolver |
Modifier and Type | Method and Description |
---|---|
void |
Expression.addPostResolver(JexlExprResolver resolver)
Allows addition of a resolver to allow custom interdiction of
expression evaluation.
|
void |
Expression.addPreResolver(JexlExprResolver resolver)
Allows addition of a resolver to allow custom interdiction of
expression evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatResolver
Simple resolver to try the expression as-is from the context.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.