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

Method setPropertyResolved

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

Sets the internal flag indicating whether a property has been resolved during the current evaluation step. This method is used by ELResolver implementations to signal that they have handled the current base/property combination. @param resolved true if a property has been resolved,

(boolean resolved)

Source from the content-addressed store, hash-verified

69 * @param resolved {@code true} if a property has been resolved, {@code false} otherwise
70 */
71 public void setPropertyResolved(boolean resolved) {
72 this.resolved = resolved;
73 }
74
75 /**
76 * Mark the given property as resolved and notify any interested listeners.

Callers 15

convertToTypeMethod · 0.95
convertToTypeMethod · 0.45
convertToTypeMethod · 0.45
convertToTypeMethod · 0.45
testConvertToType02Method · 0.45
testConvertToType03Method · 0.45
convertToTypeMethod · 0.45
getTypeMethod · 0.45
getValueMethod · 0.45
setValueMethod · 0.45

Calls 1

Tested by 7

convertToTypeMethod · 0.36
convertToTypeMethod · 0.36
convertToTypeMethod · 0.36
testConvertToType02Method · 0.36
testConvertToType03Method · 0.36