Package org.mozilla.javascript
Class PolicySecurityController.SecureCaller
- java.lang.Object
- 
- org.mozilla.javascript.PolicySecurityController.SecureCaller
 
- 
- Enclosing class:
- PolicySecurityController
 
 public abstract static class PolicySecurityController.SecureCaller extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description SecureCaller()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Objectcall(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
 
- 
- 
- 
Method Detail- 
callpublic abstract java.lang.Object call(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args) 
 
- 
 
-