|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.jstl.core.IteratedExpression
public final class IteratedExpression
| Field Summary | |
|---|---|
protected java.lang.String |
delims
|
protected ValueExpression |
orig
|
| Constructor Summary | |
|---|---|
IteratedExpression(ValueExpression orig,
java.lang.String delims)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getItem(ELContext context,
int i)
Evaluates the stored ValueExpression and return the indexed item. |
ValueExpression |
getValueExpression()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ValueExpression orig
protected final java.lang.String delims
| Constructor Detail |
|---|
public IteratedExpression(ValueExpression orig,
java.lang.String delims)
| Method Detail |
|---|
public java.lang.Object getItem(ELContext context,
int i)
context - The ELContext used to evaluate the ValueExpressioni - The index of the item to be retrievedpublic ValueExpression getValueExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||