Sets the value of the property referenced by this expression. @param context The EL context for this evaluation @param value The value to set the property to which this value expression refers @throws NullPointerException If the supplied context is null @throws PropertyNotFo
(ELContext context, Object value)
| 66 | * @throws ELException Wraps any exception throw whilst resolving a property or variable |
| 67 | */ |
| 68 | public abstract void setValue(ELContext context, Object value); |
| 69 | |
| 70 | /** |
| 71 | * Determines whether the property referenced by this expression is read-only. |
no outgoing calls