Searched refs:AppletClassLoader (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletSecurity.java121 * get the current (first) instance of an AppletClassLoader on the stack.
123 private AppletClassLoader currentAppletClassLoader()
128 if ((loader == null) || (loader instanceof AppletClassLoader))
129 return (AppletClassLoader)loader;
135 if (loader instanceof AppletClassLoader)
136 return (AppletClassLoader)loader;
142 * AppletClassLoader is in stack when it's created. for this kind of
144 * AppletClassLoader.
173 if (cl instanceof AppletClassLoader) {
183 return (AppletClassLoader) loade
[all...]
H A DAppletObjectInputStream.java41 private AppletClassLoader loader;
47 public AppletObjectInputStream(InputStream in, AppletClassLoader loader)
H A DAppletPanel.java84 protected AppletClassLoader loader;
172 // 4668479: Option to turn off codebase lookup in AppletClassLoader
298 // AppletClassLoader.release() must be called by a Thread
327 * in AppletClassLoader to indicate that an
531 // the "memory" of the AppletClassLoader. If the same instance of the ClassLoader is
532 // reused, the same exception will occur during class loading. Set the AppletClassLoader's
534 // when reusing AppletClassLoader object.
553 // the "memory" of the AppletClassLoader. If the same instance of the ClassLoader is
554 // reused, the same exception will occur during class loading. Set the AppletClassLoader's
556 // when reusing AppletClassLoader objec
[all...]
H A DAppletClassLoader.java63 public class AppletClassLoader extends URLClassLoader { class in inherits:URLClassLoader
76 * Creates a new AppletClassLoader for the specified base URL.
78 protected AppletClassLoader(URL base) { method in class:AppletClassLoader
186 // 4668479: Option to turn off codebase lookup in AppletClassLoader
376 // AppletClassLoader.findResource() in
390 // 4668479: Option to turn off codebase lookup in AppletClassLoader
456 // 4668479: Option to turn off codebase lookup in AppletClassLoader
567 // 4668479: Option to turn off codebase lookup in AppletClassLoader
663 // set the context class loader to the AppletClassLoader.
664 creatorThread.setContextClassLoader(AppletClassLoader
[all...]
/openjdk7/jdk/test/sun/misc/URLClassPath/
H A DClassnameCharTest.java31 import sun.applet.AppletClassLoader;
87 class MyAppletClassLoader extends AppletClassLoader {

Completed in 26 milliseconds