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