public class ExpressionCollectionParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLLECTION_REFERENCE_SUFFIX |
static java.util.Map<java.lang.String,org.apache.commons.jexl2.Expression> |
expressionCache |
| Constructor and Description |
|---|
ExpressionCollectionParser(org.apache.commons.jexl2.JexlContext jexlContext,
java.lang.String expr,
boolean jexlInnerCollectionsAccess) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
java.util.Collection |
getCollection() |
java.lang.String |
getCollectionExpression() |
public static final java.util.Map<java.lang.String,org.apache.commons.jexl2.Expression> expressionCache
public static final java.lang.String COLLECTION_REFERENCE_SUFFIX
Copyright © 2005-2014 jXLS Team. All Rights Reserved.