javax.servlet.jsp.jstl.core
Class IteratedExpression
java.lang.Object
javax.servlet.jsp.jstl.core.IteratedExpression
public final class IteratedExpression
- extends Object
- Version:
- $Id: IteratedExpression.java,v 1.3 2005/12/08 01:20:43 kchung Exp $
- Author:
- Kin-man Chung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orig
protected final ValueExpression orig
delims
protected final String delims
IteratedExpression
public IteratedExpression(ValueExpression orig,
String delims)
getItem
public Object getItem(ELContext context,
int i)
- 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
public ValueExpression getValueExpression()
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.