MCPcopy Create free account
hub / github.com/apache/tomcat / getFunctionMapper

Method getFunctionMapper

java/jakarta/el/ELContext.java:161–161  ·  view source on GitHub ↗

Returns the FunctionMapper used to resolve EL function names to Java methods during expression evaluation. @return the FunctionMapper for this context

()

Source from the content-addressed store, hash-verified

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

Callers 1

mapFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected