Package com.atlassian.bamboo.utils.i18n
Interface I18nBean
- All Superinterfaces:
com.atlassian.core.i18n.I18nTextProvider
- All Known Implementing Classes:
DefaultI18nBean
public interface I18nBean
extends com.atlassian.core.i18n.I18nTextProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetAllTranslationsForPrefix
(@NotNull String prefix) @Nullable String
getI18nRawText
(String key) @Nullable String
getRawText
(Locale locale, String key) @NotNull String
@NotNull String
@NotNull String
@NotNull String
@NotNull String
boolean
Methods inherited from interface com.atlassian.core.i18n.I18nTextProvider
getText, getText
-
Method Details
-
hasKey
-
getLocale
Locale getLocale() -
getText
-
getText
-
getText
-
getText
-
getText
-
getAllTranslationsForPrefix
-
getDefaultResourceBundle
ResourceBundle getDefaultResourceBundle() -
getHelpPathsBundle
ResourceBundle getHelpPathsBundle() -
getI18nRawText
-
getRawText
-