Determines whether the property referenced by this expression is read-only. @param context The EL context for this evaluation @return true if this expression is read only otherwise false @throws NullPointerException If the supplied context is null @thro
(ELContext context)
| 80 | * @throws ELException Wraps any exception throw whilst resolving a property or variable |
| 81 | */ |
| 82 | public abstract boolean isReadOnly(ELContext context); |
| 83 | |
| 84 | /** |
| 85 | * Returns the type of the result produced by evaluating this expression. |