Package jakarta.servlet.jsp.jstl.core
Class IteratedValueExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- All Implemented Interfaces:
Serializable
public final class IteratedValueExpression
extends jakarta.el.ValueExpression
- Version:
- $Id: IteratedValueExpression.java,v 1.2 2005/12/08 01:20:43 kchung Exp $
- Author:
- Kin-man Chung
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected intiprotected IteratedExpressioniteratedExpression -
Constructor Summary
Constructors Constructor Description IteratedValueExpression(IteratedExpression iteratedExpr, int i) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)ClassgetExpectedType()StringgetExpressionString()ClassgetType(jakarta.el.ELContext context)ObjectgetValue(jakarta.el.ELContext context)inthashCode()booleanisLiteralText()booleanisReadOnly(jakarta.el.ELContext context)voidsetValue(jakarta.el.ELContext context, Object value)Methods inherited from class jakarta.el.ValueExpression
getValueReference
-
Field Details
-
i
protected final int i -
iteratedExpression
-
-
Constructor Details
-
IteratedValueExpression
-
-
Method Details
-
getValue
- Specified by:
getValuein classjakarta.el.ValueExpression
-
setValue
- Specified by:
setValuein classjakarta.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context)- Specified by:
isReadOnlyin classjakarta.el.ValueExpression
-
getType
- Specified by:
getTypein classjakarta.el.ValueExpression
-
getExpectedType
- Specified by:
getExpectedTypein classjakarta.el.ValueExpression
-
getExpressionString
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
equals
- Specified by:
equalsin classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjakarta.el.Expression
-