Package jakarta.servlet.jsp.jstl.core
Class IteratedExpression
java.lang.Object
jakarta.servlet.jsp.jstl.core.IteratedExpression
- Version:
 - $Id: IteratedExpression.java,v 1.6 2006/11/17 19:48:41 jluehe Exp $
 - Author:
 - Kin-man Chung
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionEvaluates the stored ValueExpression and return the indexed item. 
- 
Field Details
- 
orig
 - 
delims
 
 - 
 - 
Constructor Details
- 
IteratedExpression
- Parameters:
 orig- ValueExpression to processdelims- Delimiters to use to split a String expression
 
 - 
 - 
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- Returns:
 - The value expression result at i
 
 - 
getValueExpression
 
 -