net.sf.jxls.reader
Class ExpressionCollectionParser

java.lang.Object
  extended by net.sf.jxls.reader.ExpressionCollectionParser

public class ExpressionCollectionParser
extends java.lang.Object


Field Summary
static java.lang.String COLLECTION_REFERENCE_SUFFIX
           
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
ExpressionCollectionParser(org.apache.commons.jexl2.JexlContext jexlContext, java.lang.String expr, boolean jexlInnerCollectionsAccess)
           
 
Method Summary
 java.util.Collection getCollection()
           
 java.lang.String getCollectionExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log

COLLECTION_REFERENCE_SUFFIX

public static final java.lang.String COLLECTION_REFERENCE_SUFFIX
See Also:
Constant Field Values
Constructor Detail

ExpressionCollectionParser

public ExpressionCollectionParser(org.apache.commons.jexl2.JexlContext jexlContext,
                                  java.lang.String expr,
                                  boolean jexlInnerCollectionsAccess)
Method Detail

getCollectionExpression

public java.lang.String getCollectionExpression()

getCollection

public java.util.Collection getCollection()


Copyright © 2005-2014 jXLS Team. All Rights Reserved.