rhinoClassLoader = new RhinoClassLoader
(documentURL, getClass().getClassLoader());
} catch (SecurityException se) {
rhinoClassLoader = null;
}
ContextAction initAction = new ContextAction() {
public Object run(Context cx) {
Scriptable scriptable = cx.initStandardObjects(null, false);
defineGlobalWrapperClass(scriptable);
globalObject = createGlobalObject(cx);
ClassCache cache = ClassCache.get(globalObject);