Returns the FunctionMapper used to resolve EL function names to Java methods during expression evaluation. @return the FunctionMapper for this context
()
| 159 | * @return the FunctionMapper for this context |
| 160 | */ |
| 161 | public abstract FunctionMapper getFunctionMapper(); |
| 162 | |
| 163 | /** |
| 164 | * Returns the locale associated with this EL context. The locale is used for type conversion |