Class IterationStatusExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
com.sun.faces.facelets.tag.jstl.core.IterationStatusExpression
- All Implemented Interfaces:
Serializable
public final class IterationStatusExpression
extends jakarta.el.ValueExpression
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType
(jakarta.el.ELContext context) getValue
(jakarta.el.ELContext context) int
hashCode()
boolean
boolean
isReadOnly
(jakarta.el.ELContext context) void
toString()
Methods inherited from class jakarta.el.ValueExpression
getValueReference
-
Constructor Details
-
IterationStatusExpression
-
-
Method Details
-
getValue
- Specified by:
getValue
in classjakarta.el.ValueExpression
-
setValue
- Specified by:
setValue
in classjakarta.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context) - Specified by:
isReadOnly
in classjakarta.el.ValueExpression
-
getType
- Specified by:
getType
in classjakarta.el.ValueExpression
-
getExpectedType
- Specified by:
getExpectedType
in classjakarta.el.ValueExpression
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
toString
-