All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.ClassLoader | +----ice.htmlbrowser.BrowserClassLoader
public static synchronized BrowserClassLoader getBrowserClassLoader(String key, String codebase)
public synchronized Class loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass
method is called by the Java
Virtual Machine when a class loaded by a class loader first
references another class.
If the resolve
flag is true, the method should call
the resolveClass
method on the resulting class object.
Class
.
true
if the Class
must be resolved.
Class
, or null
if it was not found.
public void loadJar(URL jarURL)
public static Object getSecurityContext(ClassLoader loader)
public InputStream getResourceAsStream(String name)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index