javax.servlet.jsp.jstl.core
Class IteratedExpression
java.lang.Object
javax.servlet.jsp.jstl.core.IteratedExpression
public final class IteratedExpression
- extends java.lang.Object
- Version:
- $Id: IteratedExpression.java,v 1.6 2006/11/17 19:48:41 jluehe 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 java.lang.String delims
IteratedExpression
public IteratedExpression(ValueExpression orig,
java.lang.String delims)
getItem
public java.lang.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 © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41