Package | Description |
---|---|
java.lang | |
java.lang.reflect | |
java.net | |
java.rmi.server | |
java.security | |
java.util |
Modifier and Type | Method and Description |
---|---|
protected ClassLoader |
SecurityManager.currentClassLoader()
Get the class loader of the topmost class on the stack that was not loaded by the system class loader or bootstrap class loader.
|
ClassLoader |
Class.getClassLoader()
Get the ClassLoader which loaded this Class.
|
ClassLoader |
Thread.getContextClassLoader()
removeThreadLocal(ThreadLocal tl) deletes the value associated with tl.
|
ClassLoader |
ClassLoader.getParent()
Get the identity of the parent ClassLoader.
|
static ClassLoader |
ClassLoader.getSystemClassLoader()
Get the identity of the system ClassLoader.
|
Modifier and Type | Method and Description |
---|---|
static Class |
Class.forName(String classname,
boolean initialize,
ClassLoader loader)
Find and optionally initialize the class with the given name, using
the given class loader.
|
void |
Thread.setContextClassLoader(ClassLoader cl) |
Constructor and Description |
---|
ClassLoader(ClassLoader parent)
This new-to-Java-1.2 constructor allows the parent to be
specified by the caller.
|
Modifier and Type | Method and Description |
---|---|
static Class |
Proxy.getProxyClass(ClassLoader loader,
Class[] interfaces) |
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class[] interfaces,
InvocationHandler h) |
Modifier and Type | Class and Description |
---|---|
class |
URLClassLoader
$Id: URLClassLoader.java,v 1.2 2006/05/16 08:30:38 cvs Exp $
|
Modifier and Type | Method and Description |
---|---|
static URLClassLoader |
URLClassLoader.newInstance(URL[] urls,
ClassLoader parent) |
Constructor and Description |
---|
URLClassLoader(URL[] urls,
ClassLoader parent) |
URLClassLoader(URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory) |
Modifier and Type | Method and Description |
---|---|
static ClassLoader |
RMIClassLoader.getClassLoader(String codebase) |
Modifier and Type | Method and Description |
---|---|
Object |
LoaderHandler.getSecurityContext(ClassLoader loader) |
static Object |
RMIClassLoader.getSecurityContext(ClassLoader loader)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureClassLoader |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
ProtectionDomain.getClassLoader() |
Constructor and Description |
---|
ProtectionDomain(CodeSource cs,
PermissionCollection permissions,
ClassLoader classloader,
Principal[] principals) |
SecureClassLoader(ClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
static ResourceBundle |
ResourceBundle.getBundle(String baseName,
Locale locale,
ClassLoader loader) |