Frames | No Frames |
Classes derived from java.lang.ClassLoader | |
class | A secure class loader that can load classes and resources from
multiple locations. |
Constructors with parameter type java.lang.ClassLoader | |
Creates a URLClassLoader that gets classes from the supplied
URL s.
| |
Creates a URLClassLoader that gets classes from the supplied URLs.
|
Methods with parameter type java.lang.ClassLoader | |
URLClassLoader | Creates a new instance of a URLClassLoader that gets
classes from the supplied URL s and with the supplied
loader as parent class loader.
|
Methods with parameter type java.lang.ClassLoader | |
byte[] | InstrumentationImpl.callTransformers(ClassLoader loader, String className, Class> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Called by the VM or redefineClasses to call each transformer
|
Class<T>[] | Get all the classes loaded by a given class loader
|
Methods with parameter type java.lang.ClassLoader | |
Class<T> | Load the class. |
Class<T> |
Constructors with parameter type java.lang.ClassLoader | |
Creates a XMLDecoder instance that parses the XML data of the given input stream.
|
Methods with parameter type java.lang.ClassLoader | |
Object | Creates a bean.
|
Object | Creates a bean.
|
Object | Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext, AppletInitializer initializer) Instantiates a bean according to Beans 1.0.
|
Methods with parameter type java.lang.ClassLoader | |
XMLEventFactory | Create a new factory instance.
|
XMLInputFactory | Creates a new factory instance.
|
XMLOutputFactory | Creates a new output factory.
|
Methods with parameter type java.lang.ClassLoader | |
Class<T> | Load the class. |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Gets the ClassLoader represented by this ID
|
Constructors with parameter type java.lang.ClassLoader | |
Create a new ClassLoader with the specified parent. |
Methods with parameter type java.lang.ClassLoader | |
Class> | Use the specified classloader to load and link a class. |
void | Sets the context classloader for this Thread. |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Find the ClassLoader of the first non-system class on the execution
stack. |
ClassLoader | Get the ClassLoader that loaded this class. |
ClassLoader | Returns the context classloader of this Thread. |
ClassLoader | Returns the parent of this classloader. |
ClassLoader | Returns the system classloader. |
Classes derived from java.lang.ClassLoader | |
class | This class supports the multiple class loaders to load the resources. |
Methods with parameter type java.lang.ClassLoader | |
Class<T> | |
Class<T> |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Gets a classloader for the given codebase and with the current
context classloader as parent.
|
Methods with parameter type java.lang.ClassLoader | |
Class<T> | This function is the inverse of getEncodingOfClass . |
Methods with parameter type java.lang.ClassLoader | |
Finds service providers that are implementing the specified
Service Provider Interface.
| |
Finds service providers that are implementing the specified
Service Provider Interface.
|
Methods with return type java.lang.ClassLoader | |
ClassLoader | Walk up the stack and return the first non-null class loader.
|
ClassLoader | Get the class loader associated with the Class returned by
getCallingClass() , or null if no such class
exists or it is the boot loader. |
ClassLoader | Retrieve the class's ClassLoader, or null if loaded
by the bootstrap loader. |
Methods with parameter type java.lang.ClassLoader | |
Class> | Returns the proxy Class for the given ClassLoader and array
of interfaces, dynamically generating it if necessary.
|
Object | Combines several methods into one. |
Methods with parameter type java.lang.ClassLoader | |
ArrayList<E> | Returns a list of all classes which this class loader has been
requested to load
|
Methods with parameter type java.lang.ClassLoader | |
Object | |
Object | |
Class> | |
Class> | |
Class> | |
Class> |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Gets a classloader for the given codebase and with the current
context classloader as parent.
|
ClassLoader |
Constructors with parameter type java.lang.ClassLoader | |
ClassLoaderObjectInputStream.ClassLoaderObjectInputStream(InputStream in, ClassLoader myClassLoader) Create the new ClassLoaderObjectInputStream.
|
Classes derived from java.lang.ClassLoader | |
class | This is a helper for the bootstrap class loader. |
class | |
class | A ClassLoader backed by a gcj-compiled shared library.
|
class |
Constructors with parameter type java.lang.ClassLoader | |
Load a shared library, and associate a ClassLoader with it.
|
Methods with parameter type java.lang.ClassLoader | |
SharedLibHelper | SharedLibHelper.findHelper(ClassLoader loader, String libname, CodeSource source, boolean tryParents) |
SharedLibHelper | SharedLibHelper.findHelper(ClassLoader loader, String libname, CodeSource source, ProtectionDomain domain, boolean tryParents) |
Methods with parameter type java.lang.ClassLoader | |
Class<T>[] | Get all the classes loaded by a given class loader
|
byte[] | ClassFileTransformer.transform(ClassLoader loader, String className, Class> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Implementation of this method transforms a class by redefining its
bytecodes. |
Methods with parameter type java.lang.ClassLoader | |
Finds service providers that are implementing the specified
Service Provider Interface.
|
Constructors with parameter type java.lang.ClassLoader | |
Initializes a new instance of DataFlavor with the
specified MIME type and description. |
Methods with parameter type java.lang.ClassLoader | |
Class> | This method attempts to load the named class. |
Methods with parameter type java.lang.ClassLoader | |
Object | Returns the instantiated bean.
|
Methods with return type java.lang.ClassLoader | |
ClassLoader | Returns the specified class loader. |
ClassLoader | Returns the class loader of the specified management bean. |
Constructors with parameter type java.lang.ClassLoader | |
PersistenceParser.PersistenceParser(InputStream inputStream, ExceptionListener exceptionListener, ClassLoader cl, XMLDecoder decoder) Creates a PersistenceParser which reads XML data from the given InputStream, reports
exceptions to ExceptionListener instance, stores resulting object in the DecoderContext
and uses the given ClassLoader to resolve classes.
|
Methods with return type java.lang.ClassLoader | |
ClassLoader | Returns the specified class loader. |
ClassLoader | Returns the class loader of the specified management bean. |
Methods with parameter type java.lang.ClassLoader | |
Class> |
Attempts to load the given class using class loaders
supplied by the list, stopping when the specified
loader is reached. |
Class> |
Attempts to load the given class using class loaders
supplied by the list, excluding the one specified.
|
Methods with parameter type java.lang.ClassLoader | |
Creates a new service loader for the given service,
using the specified class loader. | |
void | Remove all resources from the cache that were loaded
using the specified class loader.
|
ResourceBundle | Get the appropriate ResourceBundle for the given locale. |
Classes derived from java.lang.ClassLoader | |
class | A Secure Class Loader for loading classes with additional
support for specifying code source and permissions when
they are retrieved by the system policy handler.
|
Constructors with parameter type java.lang.ClassLoader | |
ProtectionDomain.ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) This method initializes a new instance of ProtectionDomain
given its CodeSource , granted permissions, associated
ClassLoader and Principal s.
| |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Returns the ClassLoader of this domain.
|
Methods with parameter type java.lang.ClassLoader | |
Class | Returns the ComponentUI class that renders a component. |
void | Establishes the default bindings of type to classname.
|