| java.lang.Object javax.servlet.jsp.jstl.core.IteratedExpression
IteratedExpression | final public class IteratedExpression (Code) | | author: Kin-man Chung version: $Id: IteratedExpression.java,v 1.7 2007/05/06 02:17:13 tcfujii Exp $ |
Method Summary | |
public Object | getItem(ELContext context, int i) Evaluates the stored ValueExpression and return the indexed item. | public ValueExpression | getValueExpression() |
orig | final protected ValueExpression orig(Code) | | |
IteratedExpression | public IteratedExpression(ValueExpression orig, String delims)(Code) | | |
getItem | public Object getItem(ELContext context, int i)(Code) | | Evaluates the stored ValueExpression and return the indexed item.
Parameters: context - The ELContext used to evaluate the ValueExpression Parameters: i - The index of the item to be retrieved |
getValueExpression | public ValueExpression getValueExpression()(Code) | | |
|
|