public class TldLocatableURLClassloader extends URLClassLoader
TldLocationsCache find the core tlds
inside the jars we must be a URLClassLoader that returns an array of jars
where tlds are stored when the method getURLs is called.| Constructor and Description |
|---|
TldLocatableURLClassloader(ClassLoader osgiClassLoader,
URL[] jarsWithTldsInside) |
| Modifier and Type | Method and Description |
|---|---|
URL[] |
getURLs() |
addURL, close, definePackage, findClass, 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 TldLocatableURLClassloader(ClassLoader osgiClassLoader, URL[] jarsWithTldsInside)
public URL[] getURLs()
getURLs in class URLClassLoaderCopyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.