- 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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
i
protected final int i
-
iteratedExpression
protected final IteratedExpression iteratedExpression
-
-
Constructor Detail
-
IteratedValueExpression
public IteratedValueExpression(IteratedExpression iteratedExpr, int i)
-
-
Method Detail
-
getValue
public Object getValue(jakarta.el.ELContext context)
- Specified by:
getValuein classjakarta.el.ValueExpression
-
setValue
public void setValue(jakarta.el.ELContext context, Object value)- Specified by:
setValuein classjakarta.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context)
- Specified by:
isReadOnlyin classjakarta.el.ValueExpression
-
getType
public Class getType(jakarta.el.ELContext context)
- Specified by:
getTypein classjakarta.el.ValueExpression
-
getExpectedType
public Class getExpectedType()
- Specified by:
getExpectedTypein classjakarta.el.ValueExpression
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
equals
public boolean equals(Object obj)
- 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
-
-