-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
7
-
None
-
generic
-
generic
ResourceBundle.Control was added in JDK6 so that applications can control ResourceBundle.getBundle behavior. Otherwise, the method was very inflexible.
It was requested by some developers to support ResourceBundle.Control without modifying current call sites. It seems to be common practice to call ResourceBundle.getBundle("MyResources").getString("key").
It was requested by some developers to support ResourceBundle.Control without modifying current call sites. It seems to be common practice to call ResourceBundle.getBundle("MyResources").getString("key").
- relates to
-
JDK-6380549 (rb) ResourceBundle.Control global binding support
-
- Closed
-