public interface IPredefinedLocaleTextProvider
ITextProvider-like interface that
gives support for resolving a text without manually passing in a locale.| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
String |
getTextWithArgs(Object... aArgs) |
@Nullable String getText()
ISimpleTextProvider.getText(java.util.Locale)
in the predefined locale.@Nullable String getTextWithArgs(@Nonnull Object... aArgs)
aArgs - The arguments to be added into the string. May not be
null.ITextProvider.getTextWithArgs(java.util.Locale, Object...)
in the predefined locale.Copyright © 2006–2014 phloc systems. All rights reserved.