Java Platform 1.2
Beta 4

Uses of Class
java.lang.ClassLoader

Packages that use ClassLoader
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.beans Contains classes related to Java Beans development.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.net Provides the classes for implementing networking applications.  
java.rmi.server Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.  
java.security Provides the classes and interfaces for the security framework.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

Uses of ClassLoader in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type ClassLoader
static void JEditorPane.registerEditorKitForContentType(String type, String classname, ClassLoader loader)
          Establishes the default bindings of type to name.
 Class UIDefaults.getUIClass(String uiClassID, ClassLoader uiClassLoader)
          The value of get(uidClassID) must be the String name of a class that implements the corresponding ComponentUI class.
 

Uses of ClassLoader in java.beans
 

Methods in java.beans with parameters of type ClassLoader
static Object Beans.instantiate(ClassLoader cls, String beanName)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
          Instantiate a bean.
 

Uses of ClassLoader in java.lang
 

Methods in java.lang that return ClassLoader
 ClassLoader Thread.getContextClassLoader()
          Returns the context ClassLoader for this Thread.
 ClassLoader ClassLoader.getParent()
          Returns the parent class loader for delegation.
static ClassLoader ClassLoader.getSystemClassLoader()
          Returns the system class loader for delegation.
static ClassLoader ClassLoader.getBaseClassLoader()
          Deprecated.  
 ClassLoader Class.getClassLoader()
          Returns the class loader for the class.
protected  ClassLoader SecurityManager.currentClassLoader()
          Returns an object describing the most recent class loader executing on the stack.
 

Methods in java.lang with parameters of type ClassLoader
 void Thread.setContextClassLoader(ClassLoader cl)
          Sets the context ClassLoader for this Thread.
static Class Class.forName(String name, boolean initialize, ClassLoader loader)
          Given the name of a class a lá getName, this method loads the class through the specified ClassLoader.
 

Constructors in java.lang with parameters of type ClassLoader
ClassLoader.ClassLoader(ClassLoader parent)
          Creates a new class loader using the specified parent class loader for delegation.
 

Uses of ClassLoader in java.net
 

Subclasses of ClassLoader in java.net
  URLClassLoader
          This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
 

Methods in java.net with parameters of type ClassLoader
static URLClassLoader URLClassLoader.newInstance(URL[] urls, ClassLoader parent)
          Creates a new instance of URLClassLoader for the specified URLs and parent class loader.
 

Constructors in java.net with parameters of type ClassLoader
URLClassLoader.URLClassLoader(URL[] urls, ClassLoader parent)
          Constructs a new URLClassLoader for the given URLs.
 

Uses of ClassLoader in java.rmi.server
 

Methods in java.rmi.server with parameters of type ClassLoader
 Object LoaderHandler.getSecurityContext(ClassLoader loader)
          Deprecated. Return the security context of the given class loader.
static Object RMIClassLoader.getSecurityContext(ClassLoader loader)
          Deprecated.  
 

Uses of ClassLoader in java.security
 

Subclasses of ClassLoader in java.security
  SecureClassLoader
          This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
 

Constructors in java.security with parameters of type ClassLoader
SecureClassLoader.SecureClassLoader(ClassLoader parent)
          Creates a new SecureClassLoader using the specified parent class loader for delegation.
 

Uses of ClassLoader in java.util
 

Methods in java.util with parameters of type ClassLoader
static ResourceBundle ResourceBundle.getBundle(String baseName, Locale locale, ClassLoader loader)
          Get the appropriate ResourceBundle subclass.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.