Class IteratedExpression

java.lang.Object
jakarta.servlet.jsp.jstl.core.IteratedExpression

public final class IteratedExpression extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • 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 ValueExpression
      i - The index of the item to be retrieved
    • getValueExpression

      public ValueExpression getValueExpression()