JDK-7147699 : Add state callbacks and versin to DTLiteObject
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-02-22
  • Updated: 2013-08-13
  • Resolved: 2012-02-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4Fixed 8 b27Fixed
Description
DTLiteObject is to support DT-like functionality in NPAPI Java plugin. This CR request to add state callback and version property to be available for Javascript access to the DTLiteObject.

Comments
Verified using jdk8-b102
13-08-2013

EVALUATION We can implement state callbacks and version in a ScriptableBase class, and have DTLiteObject inherite from ScriptableBase.
22-02-2012