-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b91
-
Not verified
HTMLWriter.getResource corrently uses standard message formatting to substitute args into resource strings. This has the side effect of encouraging the use of HTML in strings, and creating RawHTML nodes.
Since the use of getResource is currently very simple, it would be nice to have a custom impl that could handle Content nodes directly.
Since the use of getResource is currently very simple, it would be nice to have a custom impl that could handle Content nodes directly.
- relates to
-
JDK-8012183 replace some uses of Configuration.getText with Configuration.getResource
- Closed