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

Method setImage

java/org/apache/el/parser/AstDotSuffix.java:36–42  ·  view source on GitHub ↗
(String image)

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public void setImage(String image) {
38 if (!Validation.isIdentifier(image)) {
39 throw new ELException(MessageFactory.get("error.identifier.notjava", image));
40 }
41 this.image = image;
42 }
43}

Callers 1

DotSuffixMethod · 0.95

Calls 2

isIdentifierMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected