org.mozilla.javascript

Class SecureCaller


public abstract class SecureCaller
extends java.lang.Object

Author:
Attila Szegedi

Method Summary

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

Method Details

call

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