public final class IndexedValueExpression extends ValueExpression implements Serializable
| Constructor and Description |
|---|
IndexedValueExpression(ValueExpression valueExpression,
int i)
Constructor specifying indexed variable and index.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 IndexedValueExpression(ValueExpression valueExpression, int i)
valueExpression - that evaluates to the indexed variablei - index specifying the memberpublic boolean equals(Object o)
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