Returns the ELResolver used to resolve properties and method invocations during expression evaluation. @return the ELResolver for this context
()
| 138 | * @return the ELResolver for this context |
| 139 | */ |
| 140 | public abstract ELResolver getELResolver(); |
| 141 | |
| 142 | /** |
| 143 | * Obtain the ImportHandler for this ELContext, creating one if necessary. This method is not thread-safe. |
no outgoing calls