Package javax.servlet.jsp.jstl.core
Class IteratedValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
javax.servlet.jsp.jstl.core.IteratedValueExpression
- All Implemented Interfaces:
Serializable
ValueExpression that refers to a specific member of an indexed variable backed by an IteratedExpression.
This allows individual members of an indexed collection to be used as lvalues.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanisReadOnly(ELContext elContext) voidMethods inherited from class javax.el.ValueExpression
getValueReference
-
Constructor Details
-
IteratedValueExpression
-
-
Method Details
-
equals
- Specified by:
equalsin classExpression
-
getExpectedType
- Specified by:
getExpectedTypein classValueExpression
-
getExpressionString
- Specified by:
getExpressionStringin classExpression
-
getType
- Specified by:
getTypein classValueExpression- Parameters:
elContext- The EL context for this evaluation- Returns:
- The type of the result of this value expression
-
getValue
- Specified by:
getValuein classValueExpression- Parameters:
elContext- The EL context for this evaluation- Returns:
- The result of evaluating this value expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classExpression
-
isReadOnly
- Specified by:
isReadOnlyin classValueExpression- Parameters:
elContext- The EL context for this evaluation- Returns:
trueif this expression is read only otherwisefalse
-
setValue
- Specified by:
setValuein classValueExpression- Parameters:
elContext- The EL context for this evaluationarg1- The value to set the property to which this value expression refers
-