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

Method getVariableMapper

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

Returns the VariableMapper used to resolve EL variable names to ValueExpression instances during expression evaluation. @return the VariableMapper for this context

()

Source from the content-addressed store, hash-verified

187 * @return the VariableMapper for this context
188 */
189 public abstract VariableMapper getVariableMapper();
190
191 /**
192 * Register an EvaluationListener with this ELContext.

Callers 2

testExpressionsMethod · 0.95
setVariableMethod · 0.45

Calls

no outgoing calls

Tested by 1

testExpressionsMethod · 0.76