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

Method getBaseName

java/org/apache/catalina/util/ContextName.java:143–145  ·  view source on GitHub ↗

Returns the base name of this context. @return the base name

()

Source from the content-addressed store, hash-verified

141 * @return the base name
142 */
143 public String getBaseName() {
144 return baseName;
145 }
146
147 /**
148 * Returns the path of this context.

Callers 8

addWebappMethod · 0.95
fixDocBaseMethod · 0.95
antiLockingMethod · 0.95
deployAppsMethod · 0.95
deployWARsMethod · 0.95
migrateLegacyAppsMethod · 0.95
fileModifiedMethod · 0.95
storeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected