Returns the type of the result produced by evaluating this expression. @param context The EL context for this evaluation @return The type of the result of this value expression @throws NullPointerException If the supplied context is null @throws PropertyNotFoundException If a pr
(ELContext context)
| 94 | * @throws ELException Wraps any exception throw whilst resolving a property or variable |
| 95 | */ |
| 96 | public abstract Class<?> getType(ELContext context); |
| 97 | |
| 98 | /** |
| 99 | * Returns the expected type of the result of this expression. |
no outgoing calls