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

Method get

java/jakarta/el/BeanELResolver.java:185–191  ·  view source on GitHub ↗
(ELContext ctx, String name)

Source from the content-addressed store, hash-verified

183 }
184
185 private BeanProperty get(ELContext ctx, String name) {
186 BeanProperty property = this.properties.get(name);
187 if (property == null) {
188 throw new PropertyNotFoundException(Util.message(ctx, "propertyNotFound", type.getName(), name));
189 }
190 return property;
191 }
192
193 private Class<?> getType() {
194 return type;

Callers 1

propertyMethod · 0.95

Calls 3

messageMethod · 0.95
getMethod · 0.65
getNameMethod · 0.65

Tested by

no test coverage detected