- Loading...
Nashorn implements javax.script [http://docs.oracle.com/javase/7/docs/api/javax/script/package-frame.html] API. This page has specific info regarding nashorn script engine as well as nashorn specific scripting extensions under jdk.nashorn.api.scripting package.
...
jdk.nashorn.api.* is considered to be fairly stable Nashorn specific API (extension to javax.script). Anything else is considered to be Nashorn implementation detail and can/will be changed in future.
8u20 8u40 jdk.nashorn.api javadoc
9 jdk.nashorn.api javadocjdk9 http://download.java.net/jdk9/docs/jdk/api/nashorn/
Note: if you clone nashorn openjdk repository, you can locally generate this javadoc using "javadocapi" ant target.
...