Obtain the most generally acceptable type that may be used to set the given property on the given object using the given context. @param context The EL context for this evaluation @param base The base object on which the property is to be found @param property The property whose type is to be
(ELContext context, Object base, Object property)
| 87 | * @throws ELException Wraps any exception throw whilst resolving the property |
| 88 | */ |
| 89 | public abstract Class<?> getType(ELContext context, Object base, Object property); |
| 90 | |
| 91 | /** |
| 92 | * Set the value of the given property on the given object using the given context. |