org.mozilla.javascript.tools.shell
Class SecurityProxy

java.lang.Object
  extended by net.sourceforge.htmlunit.corejs.javascript.SecurityController
      extended by org.mozilla.javascript.tools.shell.SecurityProxy
Direct Known Subclasses:
JavaPolicySecurity

public abstract class SecurityProxy
extends net.sourceforge.htmlunit.corejs.javascript.SecurityController


Constructor Summary
SecurityProxy()
           
 
Method Summary
protected abstract  void callProcessFileSecure(net.sourceforge.htmlunit.corejs.javascript.Context cx, net.sourceforge.htmlunit.corejs.javascript.Scriptable scope, java.lang.String filename)
           
 
Methods inherited from class net.sourceforge.htmlunit.corejs.javascript.SecurityController
callWithDomain, createClassLoader, createLoader, execWithDomain, getDynamicSecurityDomain, getStaticSecurityDomainClass, getStaticSecurityDomainClassInternal, hasGlobal, initGlobal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityProxy

public SecurityProxy()
Method Detail

callProcessFileSecure

protected abstract void callProcessFileSecure(net.sourceforge.htmlunit.corejs.javascript.Context cx,
                                              net.sourceforge.htmlunit.corejs.javascript.Scriptable scope,
                                              java.lang.String filename)


Copyright © 2010. All Rights Reserved.