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.6 2006/11/17 19:48:41 jluehe Exp $
- Author:
- Kin-man Chung
|
Method Summary |
Object |
getItem(javax.el.ELContext context,
int i)
Evaluates the stored ValueExpression and return the indexed item. |
javax.el.ValueExpression |
getValueExpression()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orig
protected final javax.el.ValueExpression orig
delims
protected final String delims
IteratedExpression
public IteratedExpression(javax.el.ValueExpression orig,
String delims)
getItem
public Object getItem(javax.el.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 javax.el.ValueExpression getValueExpression()
Copyright © 2011 GlassFish Community. All Rights Reserved.