Package javax.servlet.jsp.jstl.core
Class IteratedExpression
java.lang.Object
javax.servlet.jsp.jstl.core.IteratedExpression
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEvaluates the stored ValueExpression and return the indexed item.
-
Field Details
-
orig
-
delims
-
-
Constructor Details
-
IteratedExpression
-
-
Method Details
-
getItem
Evaluates the stored ValueExpression and return the indexed item.- Parameters:
context
- The ELContext used to evaluate the ValueExpressioni
- The index of the item to be retrieved
-
getValueExpression
-