Defines property resolution behavior on arrays.
This resolver handles base objects that are Java language arrays. It accepts any object as a property and coerces that object into an integer index into the array. The resulting value is the value in the array at that index.
This resolver can be constructed in read-only mode, which means that {@link #isReadOnly} will always return true
and {@link #setValue} will always throwPropertyNotWritableException
.
ELResolver
s are combined together using {@link CompositeELResolver}s, to define rich semantics for evaluating an expression. See the javadocs for {@link ELResolver} for details.
@see CompositeELResolver
@see ELResolver
@since JSP 2.1