Method getParent()
Return type:
java.lang.ClassLoader
Member of:
java.lang.ClassLoader
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return "org.ofbiz.core.util.CachedClassLoader(" + contextName + ") / " + getParent().toString();
2
showLoader0 (cl.getParent ());
3
} while ((cl = cl.getParent()) != null);
4
this.parent = getParent();
5
cur = cur.getParent();
6
ClassLoader parent = cl.getParent();
7
if (pkg == null && /* #30093 */shouldDelegateResource(sname, getParent())) {
8
cl = cl.getParent();
9
ClassLoader systemLoaderParent = systemLoader.getParent();
10
if (getParent() != null)
11
if (_debug) System.err.println("classloader.parent="+cl.getParent());
12
Thread.currentThread().setContextClassLoader(typemgr.getClassLoader().getParent());
13
cl = cl.getParent();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.