Class CyclosResourceBundle


  • public class CyclosResourceBundle
    extends ResourceBundle
    A ResourceBundle which is actually a wrapper for other resource bundles, one per module. It also allows setting customized keys, which have precedence over the built-in keys. The full keys are composed by MODULE.SUBMODULE.key. The MODULE part is used to lookup an internal resource bundle, and the SUBMODULE.key is what is actually expected to be on the translation files.