public final class IteratedExpression extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | delims | 
| protected ValueExpression | orig | 
| Constructor and Description | 
|---|
| IteratedExpression(ValueExpression orig,
                  String delims) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getItem(ELContext context,
       int i)Evaluates the stored ValueExpression and return the indexed item. | 
| ValueExpression | getValueExpression() | 
protected final ValueExpression orig
protected final String delims
public IteratedExpression(ValueExpression orig, String delims)
public Object getItem(ELContext context, int i)
context - The ELContext used to evaluate the ValueExpressioni - The index of the item to be retrievedpublic ValueExpression getValueExpression()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.