public class ExpressionCollectionParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_REFERENCE_SUFFIX |
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
ExpressionCollectionParser(org.apache.commons.jexl2.JexlContext jexlContext,
String expr,
boolean jexlInnerCollectionsAccess) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection() |
String |
getCollectionExpression() |
protected final org.apache.commons.logging.Log log
public static final String COLLECTION_REFERENCE_SUFFIX
public ExpressionCollectionParser(org.apache.commons.jexl2.JexlContext jexlContext,
String expr,
boolean jexlInnerCollectionsAccess)
public String getCollectionExpression()
public Collection getCollection()
Copyright © 2019. All rights reserved.