public interface ISimpleTextProvider extends Serializable
ITextProvider for a derived interface with argument
handling.@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 © 2006–2015 phloc systems. All rights reserved.