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

Method bind

java/org/apache/tomcat/ContextBind.java:36–36  ·  view source on GitHub ↗

Change the current thread context class loader to the web application class loader. If no web application class loader is defined, or if the current thread is already using the web application class loader then no change will be made. If the class loader is changed and a {@link org.apache.catalina.T

(ClassLoader originalClassLoader)

Source from the content-addressed store, hash-verified

34 * when the method was called. If no change was made then this method returns null.
35 */
36 ClassLoader bind(ClassLoader originalClassLoader);
37
38 /**
39 * Restore the current thread context class loader to the original class loader in used before

Callers 6

runMethod · 0.65
bindMethod · 0.65
bindMethod · 0.65
bindMethod · 0.65
initServerSocketMethod · 0.65

Implementers 10

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
InstanceManagerBindingsjava/org/apache/tomcat/InstanceManager
Nio2Endpointjava/org/apache/tomcat/util/net/Nio2En
NioEndpointjava/org/apache/tomcat/util/net/NioEnd
AbstractEndpointjava/org/apache/tomcat/util/net/Abstra
PersistentValvejava/org/apache/catalina/valves/Persis
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

runMethod · 0.52