public class TldLocatableURLClassloaderWithInsertedJettyClassloader extends TldLocatableURLClassloader
TldLocatableURLClassloader| Constructor and Description |
|---|
TldLocatableURLClassloaderWithInsertedJettyClassloader(ClassLoader osgiClassLoaderParent,
ClassLoader internalClassLoader,
URL[] jarsWithTldsInside) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name) |
getURLsaddURL, close, definePackage, findResource, findResources, getPermissions, getResourceAsStream, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic TldLocatableURLClassloaderWithInsertedJettyClassloader(ClassLoader osgiClassLoaderParent, ClassLoader internalClassLoader, URL[] jarsWithTldsInside)
osgiClassLoaderParent - The parent classloaderinternalClassLoader - The classloader that will be at the same level than the
jarsWithTldsInsidejarsWithTldsInside - jars that are scanned for tld files.protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class URLClassLoaderClassNotFoundExceptionCopyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.