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

Method isReadOnly

java/jakarta/el/BeanELResolver.java:216–218  ·  view source on GitHub ↗
(Object base)

Source from the content-addressed store, hash-verified

214 }
215
216 public boolean isReadOnly(Object base) {
217 return this.write == null && (null == (this.write = Util.getMethod(this.owner, base, getWriteMethod())));
218 }
219
220 private Method write(ELContext ctx, Object base) {
221 if (this.write == null) {

Callers 1

getTypeMethod · 0.95

Calls 2

getMethodMethod · 0.95
getWriteMethodMethod · 0.95

Tested by

no test coverage detected