Class TomcatEmbeddedWebappClassLoader

All Implemented Interfaces:
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).
Since:
2.0.0
Author:
Phillip Webb, Andy Clement