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

Method getType

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

Obtain the most generally acceptable type that may be used to set 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 type is to be

(ELContext context, Object base, Object property)

Source from the content-addressed store, hash-verified

87 * @throws ELException Wraps any exception throw whilst resolving the property
88 */
89 public abstract Class<?> getType(ELContext context, Object base, Object property);
90
91 /**
92 * Set the value of the given property on the given object using the given context.

Callers 1

setValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected