(Object base)
| 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) { |
no test coverage detected