Uses of Interface
io.vertigo.core.locale.LocaleMessageKey
Packages that use LocaleMessageKey
-
Uses of LocaleMessageKey in io.vertigo.core.impl.locale
Methods in io.vertigo.core.impl.locale with parameters of type LocaleMessageKeyModifier and TypeMethodDescriptionvoidLocaleManagerImpl.add(String baseName, LocaleMessageKey[] enums) Adds a resource dictionary.LocaleManagerImpl.getMessage(LocaleMessageKey messageKey, Locale locale) Retrieves the unformatted label of a message identified by its key.voidLocaleManagerImpl.override(String baseName, LocaleMessageKey[] enums) Overrides a resource dictionary. -
Uses of LocaleMessageKey in io.vertigo.core.lang
Constructors in io.vertigo.core.lang with parameters of type LocaleMessageKeyModifierConstructorDescriptionVUserException(LocaleMessageKey key, Serializable... params) Constructor. -
Uses of LocaleMessageKey in io.vertigo.core.locale
Methods in io.vertigo.core.locale with parameters of type LocaleMessageKeyModifier and TypeMethodDescriptionvoidLocaleManager.add(String baseName, LocaleMessageKey[] enums) Adds a resource dictionary.LocaleManager.getMessage(LocaleMessageKey messageKey, Locale locale) Retrieves the unformatted label of a message identified by its key.static LocaleMessageTextLocaleMessageText.of(LocaleMessageKey key, Serializable... params) Static Builder of a messageText by its key.static LocaleMessageTextLocaleMessageText.ofDefaultMsg(String defaultMsg, LocaleMessageKey key, Serializable... params) Static Builder of a messageText by its default message.voidLocaleManager.override(String baseName, LocaleMessageKey[] enums) Overrides a resource dictionary.