public final class IteratedValueExpression
extends jakarta.el.ValueExpression
| Modifier and Type | Field and Description |
|---|---|
protected int |
i |
protected IteratedExpression |
iteratedExpression |
| Constructor and Description |
|---|
IteratedValueExpression(IteratedExpression iteratedExpr,
int i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class |
getExpectedType() |
String |
getExpressionString() |
Class |
getType(jakarta.el.ELContext context) |
Object |
getValue(jakarta.el.ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(jakarta.el.ELContext context) |
void |
setValue(jakarta.el.ELContext context,
Object value) |
protected final int i
protected final IteratedExpression iteratedExpression
public IteratedValueExpression(IteratedExpression iteratedExpr, int i)
public Object getValue(jakarta.el.ELContext context)
getValue in class jakarta.el.ValueExpressionpublic void setValue(jakarta.el.ELContext context,
Object value)
setValue in class jakarta.el.ValueExpressionpublic boolean isReadOnly(jakarta.el.ELContext context)
isReadOnly in class jakarta.el.ValueExpressionpublic Class getType(jakarta.el.ELContext context)
getType in class jakarta.el.ValueExpressionpublic Class getExpectedType()
getExpectedType in class jakarta.el.ValueExpressionpublic String getExpressionString()
getExpressionString in class jakarta.el.Expressionpublic boolean equals(Object obj)
equals in class jakarta.el.Expressionpublic int hashCode()
hashCode in class jakarta.el.Expressionpublic boolean isLiteralText()
isLiteralText in class jakarta.el.ExpressionComments to: jstl-dev@eclipse.org.
Copyright © 2019, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.