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

Method getPath

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

Returns the path of this context. @return the context path

()

Source from the content-addressed store, hash-verified

150 * @return the context path
151 */
152 public String getPath() {
153 return path;
154 }
155
156 /**
157 * Returns the version of this context.

Callers 4

testListenerMethod · 0.95
checkUndeployMethod · 0.95
addChildMethod · 0.95

Calls

no outgoing calls

Tested by 2

testListenerMethod · 0.76