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

Method addELResolver

java/jakarta/el/ELManager.java:94–96  ·  view source on GitHub ↗

Adds an ELResolver to the front of the resolver chain in the managed EL context. Resolvers added first have higher priority during property resolution. @param resolver the ELResolver to add

(ELResolver resolver)

Source from the content-addressed store, hash-verified

92 * @param resolver the ELResolver to add
93 */
94 public void addELResolver(ELResolver resolver) {
95 getELContext().addELResolver(resolver);
96 }
97
98 /**
99 * Maps a static method to an EL function name with the given prefix and local name.

Callers

nothing calls this directly

Calls 2

getELContextMethod · 0.95
addELResolverMethod · 0.65

Tested by

no test coverage detected