public final class IteratedExpression extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
delims |
protected javax.el.ValueExpression |
orig |
| Constructor and Description |
|---|
IteratedExpression(javax.el.ValueExpression orig,
String delims) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getItem(javax.el.ELContext context,
int i)
Evaluates the stored ValueExpression and return the indexed item.
|
javax.el.ValueExpression |
getValueExpression() |
protected final javax.el.ValueExpression orig
protected final String delims
public IteratedExpression(javax.el.ValueExpression orig,
String delims)
public Object getItem(javax.el.ELContext context, int i)
context - The ELContext used to evaluate the ValueExpressioni - The index of the item to be retrievedpublic javax.el.ValueExpression getValueExpression()
Comments to: jstl-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.