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

Method getValue

java/jakarta/el/ELResolver.java:53–53  ·  view source on GitHub ↗

Obtain the value of the given property on the given object using the given context. @param context The EL context for this evaluation @param base The base object on which the property is to be found @param property The property whose value is to be returned @return the value of the provided p

(ELContext context, Object base, Object property)

Source from the content-addressed store, hash-verified

51 * @throws ELException Wraps any exception throw whilst resolving the property
52 */
53 public abstract Object getValue(ELContext context, Object base, Object property);
54
55 /**
56 * Invokes a method on the given object.

Callers 2

getTargetMethod · 0.95
getValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected