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

Method getLoader

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

Returns the Loader with which this Context is associated. @return the Loader with which this Context is associated

()

Source from the content-addressed store, hash-verified

1546 * @return the Loader with which this Context is associated
1547 */
1548 Loader getLoader();
1549
1550 /**
1551 * Set the Loader with which this Context is associated.

Callers 15

lifecycleEventMethod · 0.95
testThreadLocalLeak1Method · 0.95
testThreadLocalLeak2Method · 0.95
loadMethod · 0.95
setUpMethod · 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 12

testThreadLocalLeak1Method · 0.76
testThreadLocalLeak2Method · 0.76
setUpMethod · 0.52
testResourceNameMethod · 0.52