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

Method setDisplayName

java/org/apache/tomcat/util/descriptor/web/WebXml.java:438–440  ·  view source on GitHub ↗

Sets the display name. @param displayName The display name

(String displayName)

Source from the content-addressed store, hash-verified

436 * @param displayName The display name
437 */
438 public void setDisplayName(String displayName) {
439 this.displayName = displayName;
440 }
441
442 // distributable
443 private boolean distributable = false;

Callers 1

mergeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected