Class ExtendableWrapFactory

java.lang.Object
org.mozilla.javascript.WrapFactory
ca.phon.script.js.ExtendableWrapFactory

public class ExtendableWrapFactory extends org.mozilla.javascript.WrapFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mozilla.javascript.Scriptable
    wrapAsJavaObject(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, Object javaObject, Class<?> staticType)
     

    Methods inherited from class org.mozilla.javascript.WrapFactory

    isJavaPrimitiveWrap, setJavaPrimitiveWrap, wrap, wrapJavaClass, wrapNewObject

    Methods inherited from class java.lang.Object

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

    • ExtendableWrapFactory

      public ExtendableWrapFactory()
  • Method Details

    • wrapAsJavaObject

      public org.mozilla.javascript.Scriptable wrapAsJavaObject(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, Object javaObject, Class<?> staticType)
      Overrides:
      wrapAsJavaObject in class org.mozilla.javascript.WrapFactory