javax.servlet.jsp.jstl.core
Class IteratedExpression

java.lang.Object
  extended by javax.servlet.jsp.jstl.core.IteratedExpression

public final class IteratedExpression
extends java.lang.Object

Version:
$Id: IteratedExpression.java,v 1.7 2007/05/06 02:17:13 tcfujii Exp $
Author:
Kin-man Chung

Field Summary
protected  java.lang.String delims
           
protected  javax.el.ValueExpression orig
           
 
Constructor Summary
IteratedExpression(javax.el.ValueExpression orig, java.lang.String delims)
           
 
Method Summary
 java.lang.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
 

Field Detail

orig

protected final javax.el.ValueExpression orig

delims

protected final java.lang.String delims
Constructor Detail

IteratedExpression

public IteratedExpression(javax.el.ValueExpression orig,
                          java.lang.String delims)
Method Detail

getItem

public java.lang.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 ValueExpression
i - The index of the item to be retrieved

getValueExpression

public javax.el.ValueExpression getValueExpression()


Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.