Class MsgBundleTools

java.lang.Object
io.jmix.dynattr.MsgBundleTools

@Component("dynat_MsgBundleTools") public final class MsgBundleTools extends Object
  • Field Details

  • Constructor Details

    • MsgBundleTools

      public MsgBundleTools()
  • Method Details

    • getLocalizedValue

      public String getLocalizedValue(String msgBundle, String defaultValue)
    • getLocalizedEnumeration

      public String getLocalizedEnumeration(String msgBundle, String enumeration)
    • getMsgBundleValues

      public Map<String,String> getMsgBundleValues(String localeBundle)
    • getMsgBundle

      @Nullable public String getMsgBundle(Properties properties)
    • convertMsgBundleToEnumMsgBundle

      public String convertMsgBundleToEnumMsgBundle(String enumValue, String msgBundle)
    • convertEnumMsgBundleToMsgBundle

      public String convertEnumMsgBundleToMsgBundle(String enumMsgBundle)
    • getEnumMsgBundleValues

      public Map<String,String> getEnumMsgBundleValues(String localeBundle)