org.mozilla.javascript
Class PolicySecurityController.SecureCaller

java.lang.Object
  extended by org.mozilla.javascript.PolicySecurityController.SecureCaller
Enclosing class:
PolicySecurityController

public abstract static class PolicySecurityController.SecureCaller
extends Object


Constructor Summary
PolicySecurityController.SecureCaller()
           
 
Method Summary
abstract  Object call(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicySecurityController.SecureCaller

public PolicySecurityController.SecureCaller()
Method Detail

call

public abstract Object call(Callable callable,
                            Context cx,
                            Scriptable scope,
                            Scriptable thisObj,
                            Object[] args)