Class LocalMessagesTranslationGroupItem

java.lang.Object
io.goobi.viewer.model.translations.admin.TranslationGroupItem
io.goobi.viewer.model.translations.admin.LocalMessagesTranslationGroupItem

public class LocalMessagesTranslationGroupItem extends TranslationGroupItem
Group item for local messages.
  • Constructor Details

    • LocalMessagesTranslationGroupItem

      protected LocalMessagesTranslationGroupItem(String key, boolean regex)
      Protected constructor.
      Parameters:
      key -
      regex -
  • Method Details

    • loadEntries

      protected void loadEntries()
      Description copied from class: TranslationGroupItem
      Populates the message key map by first loading the appropriate keys and then calling createMessageKeyStatusMap. Each subclass will have its specific data source, so each subclass must implement this method.
      Specified by:
      loadEntries in class TranslationGroupItem