Package com.codebarrel.i18n
Class JiraI18nFactory
java.lang.Object
com.codebarrel.i18n.JiraI18nFactory
- All Implemented Interfaces:
I18nFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an I18nResolver for the given locale.
-
Constructor Details
-
JiraI18nFactory
-
-
Method Details
-
get
Description copied from interface:I18nFactory
Returns an I18nResolver for the given locale. Implementations should cache the resolver per locale.- Specified by:
get
in interfaceI18nFactory
- Parameters:
locale
- The locale of the user- Returns:
- An I18nResolver for the given Locale.
-