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

Method isPropertyResolved

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

Returns whether a property has been resolved during the current evaluation step. ELResolver implementations call #setPropertyResolved(boolean) to indicate resolution, and the expression evaluator checks this flag to determine if resolution was successful. @return true if a property

()

Source from the content-addressed store, hash-verified

93 * @return {@code true} if a property has been resolved, {@code false} otherwise
94 */
95 public boolean isPropertyResolved() {
96 return this.resolved;
97 }
98
99 /**
100 * Add an object to this EL context under the given key.

Callers 15

convertToTypeMethod · 0.95
testGetType03Method · 0.45
testGetValue03Method · 0.45
testSetValue04Method · 0.45
testIsReadOnly02Method · 0.45
testIsReadOnly03Method · 0.45
testIsReadOnly04Method · 0.45
doNegativeTestMethod · 0.45
testGetValue02Method · 0.45
testGetValue03Method · 0.45
testGetValue04Method · 0.45
testGetValue05Method · 0.45

Calls

no outgoing calls

Tested by 15

testGetType03Method · 0.36
testGetValue03Method · 0.36
testSetValue04Method · 0.36
testIsReadOnly02Method · 0.36
testIsReadOnly03Method · 0.36
testIsReadOnly04Method · 0.36
doNegativeTestMethod · 0.36
testGetValue02Method · 0.36
testGetValue03Method · 0.36
testGetValue04Method · 0.36
testGetValue05Method · 0.36
testGetType02Method · 0.36