java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
Direct Known Subclasses:
URLClassLoader, PrivateMLet, MLet, FactoryURLClassLoader
Li - GongRoland - Schemers| Fields inherited from java.lang.ClassLoader: |
|---|
| nocerts, classAssertionStatus |
| Constructor: |
|---|
If there is a security manager, this method first
calls the security manager's
|
If there is a security manager, this method first
calls the security manager's
|
| Method from java.security.SecureClassLoader Summary: |
|---|
| defineClass, defineClass, getPermissions |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.security.SecureClassLoader Detail: |
|---|
If a non-null CodeSource is supplied a ProtectionDomain is constructed and associated with the class being defined. |
If a non-null CodeSource is supplied a ProtectionDomain is constructed and associated with the class being defined. |
This method is invoked by the defineClass method which takes a CodeSource as an argument when it is constructing the ProtectionDomain for the class being defined. |