-
Enhancement
-
Resolution: Fixed
-
P3
-
6u10
-
b11
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198365 | 7 | Andy Herrick | P3 | Resolved | Fixed | b64 |
A request has been made on the java.net forum for access from JavaScript to static methods of an applet's classes, not just to the global Java namespace. This should be implementable in the new plug-in with syntax like
myApplet.Packages.com.foo.Bar.baz()
assuming there is an applet on the page whose ID is "myApplet".
See http://forums.java.net/jive/thread.jspa?threadID=35072&tstart=0 for the original discussion.
myApplet.Packages.com.foo.Bar.baz()
assuming there is an applet on the page whose ID is "myApplet".
See http://forums.java.net/jive/thread.jspa?threadID=35072&tstart=0 for the original discussion.
- backported by
-
JDK-2198365 Add JavaScript syntax for per-applet class and static method access
-
- Resolved
-
- relates to
-
JDK-6675843 Calls using new per-applet Packages keyword fail after page reload
-
- Closed
-