Evaluates this expression and returns the result. @param The expected type for the result of evaluating this value expression @param context The EL context for this evaluation @return The result of evaluating this value expression @throws NullPointerException If the supplied context
(ELContext context)
| 52 | * @throws ELException Wraps any exception throw whilst resolving a property or variable |
| 53 | */ |
| 54 | public abstract <T> T getValue(ELContext context); |
| 55 | |
| 56 | /** |
| 57 | * Sets the value of the property referenced by this expression. |
no outgoing calls