Class JiraI18nFactory

java.lang.Object
com.codebarrel.i18n.JiraI18nFactory
All Implemented Interfaces:
I18nFactory

public class JiraI18nFactory extends Object implements I18nFactory
  • Constructor Details

  • Method Details

    • get

      public I18nResolver get(Locale locale)
      Description copied from interface: I18nFactory
      Returns an I18nResolver for the given locale. Implementations should cache the resolver per locale.
      Specified by:
      get in interface I18nFactory
      Parameters:
      locale - The locale of the user
      Returns:
      An I18nResolver for the given Locale.