WebEngine add/removeJavaScriptBinding Methods

Peter Zhelezniakov Peter.Zhelezniakov at oracle.com
Fri Apr 26 02:10:34 PDT 2013


Hi Carlos,

On 25.04.2013 23:00, openjfx-dev-request at openjdk.java.net wrote:
> I'm seeing the following methods in the javadoc for javafx.scene.web.WebEngine on JDK 8 Build b86:
> public void addJavaScriptBinding(java.lang.String name, java.lang.Object value)
> public void removeJavaScriptBinding(java.lang.String name)
> public void exportObject(java.lang.String jsName, java.lang.Object object)
> But they're not present in the actual implementation (I decompiled the stub). Is the implementation still finding its way into the JDK 8 build or am I missing something?
>
> Any pointers appreciated.

You are right, there are no such methods on the desktop. This javadoc 
creeps in from the IOS port as a result of RT-24684.

-- 
Peter


More information about the openjfx-dev mailing list