MCPcopy Index your code
hub / github.com/apache/tomcat / getELResolver

Method getELResolver

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

Returns the ELResolver used to resolve properties and method invocations during expression evaluation. @return the ELResolver for this context

()

Source from the content-addressed store, hash-verified

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.

Callers 4

testConvertToTypeMethod · 0.95
convertToTypeMethod · 0.95
getValueMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by 1

testConvertToTypeMethod · 0.76