@FunctionalInterface public static interface LocalizationContext.MissingMessageLocalizationListener extends Serializable
LocalizationContext to be notified when a message translation is
missing from any of the available MessageProviders.| Modifier and Type | Method and Description |
|---|---|
void |
messageLocalizationIsMissing(Locale locale,
String messageCode,
String defaultMessage)
Triggered when a message localization is not provided by any of the
MessageProviders registered in
the LocalizationContext. |
void messageLocalizationIsMissing(Locale locale, String messageCode, String defaultMessage)
MessageProviders registered in
the LocalizationContext.locale - The Locale for which the message localization was requested (never null)messageCode - Localization message code (never null)defaultMessage - The provided default message, if available (may be null)Copyright © 2019 The Holon Platform. All rights reserved.