We try to document every extension in wiki + scripting docs (which are
linked from wiki start page)
https://wiki.openjdk.java.net/display/Nashorn/Nashorn%3A+Articles%2C+Documents%2C+Slides+and+Videos
-Sundar
On Friday 07 November 2014 06:36 PM, Kensuke Matsuzaki wrote:
I wanted to know whether or not features are implementation dependent or spec.
If the wiki page isn't just example and it is complete and exhaustive,
it is what I desired.
Thank you.
2014-11-07 19:34 GMT+09:00 A. Sundararajan
<[email protected]>:
If you are looking for documentation for Nashorn javascript extensions (like
"load" function, "Java.type" etc.), please visit
https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions
Anything else in these classes are internal implementation details and
therefore subject to change between releases without notice.
If you do want do check out docs on these for better understanding of
internal implementation details, you can check out nashorn repo and generate
javadoc using
ant javadoc
command
Hope this helps,
-Sundar
Kensuke Matsuzaki wrote:
Hello,
There are Nashorn
Documentation(https://wiki.openjdk.java.net/display/Nashorn/Nashorn+Documentation),
but I can't find any reference or API specification.
JavaDoc of Global.java, NativeJavaImporter.java and NativeJava.java
seems useful.
Is html documents available?
Regards