org.mozilla.javascript
Class SecureCaller

java.lang.Object
  extended by org.mozilla.javascript.SecureCaller

public abstract class SecureCaller
extends Object

Author:
Attila Szegedi

Constructor Summary
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

SecureCaller

public SecureCaller()
Method Detail

call

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