Returns the VariableMapper used to resolve EL variable names to ValueExpression instances during expression evaluation. @return the VariableMapper for this context
()
| 187 | * @return the VariableMapper for this context |
| 188 | */ |
| 189 | public abstract VariableMapper getVariableMapper(); |
| 190 | |
| 191 | /** |
| 192 | * Register an EvaluationListener with this ELContext. |
no outgoing calls