类 TomcatEmbeddedWebappClassLoader

所有已实现的接口:
Closeable, AutoCloseable, Lifecycle, WebappProperties, InstrumentableClassLoader, PermissionCheck

public class TomcatEmbeddedWebappClassLoader extends ParallelWebappClassLoader
Extension of Tomcat's ParallelWebappClassLoader that does not consider the system classloader. This is required to ensure that any custom context class loader is always used (as is the case with some executable archives).
从以下版本开始:
2.0.0
作者:
Phillip Webb, Andy Clement