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

Method getDisplayName

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

Returns the display name of the web application. @return the display name

()

Source from the content-addressed store, hash-verified

427 * @return the display name
428 */
429 public String getDisplayName() {
430 return displayName;
431 }
432
433 /**
434 * Sets the display name.

Callers 1

mergeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected