Uses of Interface
jdk.nashorn.api.scripting.JSObject
-
Packages that use JSObject 软件包 描述 jdk.nashorn.api.scripting 该软件包提供了javax.script
集成,这是使用Nashorn的首选方式。 -
-
Uses of JSObject in jdk.nashorn.api.scripting
Classes in jdk.nashorn.api.scripting that implement JSObject 变量和类型 类 描述 class
AbstractJSObject
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。class
ScriptObjectMirror
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。Methods in jdk.nashorn.api.scripting with parameters of type JSObject 变量和类型 方法 描述 static Object
AbstractJSObject. getDefaultValue(JSObject jsobj, 类<?> hint)
已过时。
-