public class TomcatEmbeddedWebappClassLoader
extends WebappClassLoader
WebappClassLoader
that does not consider the
system classloader
. This is required to to
ensure that any custom context classloader is always used (as is the case with some
executable archives).Constructor and Description |
---|
TomcatEmbeddedWebappClassLoader() |
TomcatEmbeddedWebappClassLoader(ClassLoader parent) |
public TomcatEmbeddedWebappClassLoader()
public TomcatEmbeddedWebappClassLoader(ClassLoader parent)
public Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
ClassNotFoundException
protected void addURL(URL url)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.