public interface ISimpleTextProvider extends Serializable
ITextProvider for a derived interface with argument
handling.| Modifier and Type | Method and Description |
|---|---|
String |
getText(Locale aContentLocale)
Get the text specific for the passed locale.
|
String |
getTextWithLocaleFallback(Locale aContentLocale)
Get the text specific for the passed locale.
|
@Nullable String getText(@Nonnull Locale aContentLocale)
aContentLocale - The locale to use. May not be null.null if no text for the given locale was found.@Nullable String getTextWithLocaleFallback(@Nonnull Locale aContentLocale)
aContentLocale - The locale to use. May not be null.null if no text for the given locale was found.LocaleUtils.getCalculatedLocaleListForResolving(Locale)Copyright © 2014–2015 Philip Helger. All rights reserved.