Package org.alfresco.repo.jscript
Class SandboxNativeJavaObject
- java.lang.Object
-
- org.mozilla.javascript.NativeJavaObject
-
- org.alfresco.repo.jscript.SandboxNativeJavaObject
-
- All Implemented Interfaces:
Serializable,org.mozilla.javascript.Scriptable,org.mozilla.javascript.SymbolScriptable,org.mozilla.javascript.Wrapper
public class SandboxNativeJavaObject extends org.mozilla.javascript.NativeJavaObjectA sandboxedNativeJavaObjectthat prevents using reflection to escape a sandbox.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SandboxNativeJavaObject(org.mozilla.javascript.Scriptable scope, Object javaObject, Class<?> staticType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String name, org.mozilla.javascript.Scriptable start)-
Methods inherited from class org.mozilla.javascript.NativeJavaObject
canConvert, coerceType, createInterfaceAdapter, delete, delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, has, hasInstance, initMembers, put, put, put, setParentScope, setPrototype, unwrap, wrap
-
-