Class SafeNativeJavaObject

java.lang.Object
org.mozilla.javascript.NativeJavaObject
delight.rhinosandox.internal.SafeNativeJavaObject
All Implemented Interfaces:
Serializable, org.mozilla.javascript.Scriptable, org.mozilla.javascript.SymbolScriptable, org.mozilla.javascript.Wrapper

public class SafeNativeJavaObject extends org.mozilla.javascript.NativeJavaObject
See Also:
  • Field Summary

    Fields inherited from class org.mozilla.javascript.NativeJavaObject

    isAdapter, javaObject, members, parent, prototype, staticType

    Fields inherited from interface org.mozilla.javascript.Scriptable

    NOT_FOUND
  • Constructor Summary

    Constructors
    Constructor
    Description
    SafeNativeJavaObject(org.mozilla.javascript.Scriptable scope, Object javaObject, Class<?> staticType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name, org.mozilla.javascript.Scriptable start)
     

    Methods inherited from class org.mozilla.javascript.NativeJavaObject

    canConvert, coerceType, createInterfaceAdapter, delete, delete, delete, equals, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, has, hashCode, hasInstance, initMembers, put, put, put, setParentScope, setPrototype, unwrap, wrap

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SafeNativeJavaObject

      public SafeNativeJavaObject(org.mozilla.javascript.Scriptable scope, Object javaObject, Class<?> staticType)
  • Method Details

    • get

      public Object get(String name, org.mozilla.javascript.Scriptable start)
      Specified by:
      get in interface org.mozilla.javascript.Scriptable
      Overrides:
      get in class org.mozilla.javascript.NativeJavaObject