public final class IteratedValueExpression extends ValueExpression
| Constructor and Description |
|---|
IteratedValueExpression(IteratedExpression _iteratedExpr,
int i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class |
getExpectedType() |
String |
getExpressionString() |
Class |
getType(ELContext elContext) |
Object |
getValue(ELContext elContext) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext elContext) |
void |
setValue(ELContext elContext,
Object arg1) |
getValueReferencepublic IteratedValueExpression(IteratedExpression _iteratedExpr, int i)
public boolean equals(Object obj)
equals in class Expressionpublic Class getExpectedType()
getExpectedType in class ValueExpressionpublic String getExpressionString()
getExpressionString in class Expressionpublic Class getType(ELContext elContext)
getType in class ValueExpressionelContext - The EL context for this evaluationpublic Object getValue(ELContext elContext)
getValue in class ValueExpressionelContext - The EL context for this evaluationpublic int hashCode()
hashCode in class Expressionpublic boolean isLiteralText()
isLiteralText in class Expressionpublic boolean isReadOnly(ELContext elContext)
isReadOnly in class ValueExpressionelContext - The EL context for this evaluationtrue if this expression is read only otherwise
falsepublic void setValue(ELContext elContext, Object arg1)
setValue in class ValueExpressionelContext - The EL context for this evaluationarg1 - The value to set the property to which this value
expression refersCopyright © 2010 - 2020 Adobe. All Rights Reserved