public interface I18nBean
extends com.atlassian.core.i18n.I18nTextProvider
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllTranslationsForPrefix(String prefix) |
ResourceBundle |
getDefaultResourceBundle() |
ResourceBundle |
getHelpPathsBundle() |
String |
getI18nRawText(String key) |
Locale |
getLocale() |
String |
getRawText(Locale locale,
String key) |
String |
getText(String key) |
String |
getText(String key,
List args) |
String |
getText(String key,
Object[] args) |
String |
getText(String key,
String defaultValue) |
String |
getText(String key,
String defaultValue,
List args) |
String |
getText(String key,
String defaultValue,
Object[] args) |
String |
getText(String key,
String defaultValue,
String arg) |
boolean |
hasKey(String key) |
boolean hasKey(String key)
String getText(@NotNull String key)
getText
in interface com.atlassian.core.i18n.I18nTextProvider
Locale getLocale()
String getText(String key, Object[] args)
getText
in interface com.atlassian.core.i18n.I18nTextProvider
@NotNull Map<String,String> getAllTranslationsForPrefix(@NotNull String prefix)
ResourceBundle getDefaultResourceBundle()
ResourceBundle getHelpPathsBundle()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.