GNU Classpath (0.20) | |
Frames | No Frames |
Methods with parameter type java.lang.ClassLoader | |
XMLInputFactory | Creates a new factory instance.
|
XMLInputFactory | Creates a new input factory.
|
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 | |
Class | Returns the ComponentUI class that renders a component. |
void | Establishes the default bindings of type to classname.
|
Methods with parameter type java.lang.ClassLoader | |
Iterator | Finds service providers that are implementing the specified
Service Provider Interface.
|
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) Creates a new ProtectionDomain qualified by the given CodeSource,
Permissions, ClassLoader and array of Principals. | |
Methods with return type java.lang.ClassLoader | |
ClassLoader | Returns the ClassLoader of this domain.
|
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.
|
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. |
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. |
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 | |
Class | Load the class. |
Class |
Methods with parameter type java.lang.ClassLoader | |
Object | |
Object | |
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 |
Methods with parameter type java.lang.ClassLoader | |
ResourceBundle | Get the appropriate ResourceBundle for the given locale. |
GNU Classpath (0.20) |