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)
Constructor specifying the expression to access.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getItem(ELContext context,
int i)
Iterates the original expression and returns the value at the index.
|
ValueExpression |
getValueExpression()
Returns the original expression.
|
protected final ValueExpression orig
protected final String delims
public IteratedExpression(ValueExpression orig, String delims)
orig - the original expression to be accesseddelims - delimiters to be used to split a String resultpublic Object getItem(ELContext context, int i)
context - against which the expression should be evaluatedi - the index of the value to returnpublic ValueExpression getValueExpression()
Copyright © 2018 JBoss by Red Hat. All rights reserved.