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)
| 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 |
no outgoing calls