MCPcopy Index your code
hub / github.com/apache/tomcat / getDocBase

Method getDocBase

java/org/apache/catalina/Context.java:409–409  ·  view source on GitHub ↗

Obtain the document root for this Context. @return An absolute pathname or a relative (to the Host's appBase) pathname.

()

Source from the content-addressed store, hash-verified

407 * @return An absolute pathname or a relative (to the Host's appBase) pathname.
408 */
409 String getDocBase();
410
411
412 /**

Callers 12

testBug57556aMethod · 0.95
testBug57556bMethod · 0.95
deployDescriptorMethod · 0.95
deployWARMethod · 0.95
checkResourcesMethod · 0.95
listMethod · 0.95
fixDocBaseMethod · 0.65
antiLockingMethod · 0.65
manageAppMethod · 0.65
addChildMethod · 0.65
createMainResourceSetMethod · 0.65
getDocBaseMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

testBug57556aMethod · 0.76
testBug57556bMethod · 0.76