Class CrowdDelegatingI18Helper

java.lang.Object
com.atlassian.jira.crowd.embedded.CrowdDelegatingI18Helper
All Implemented Interfaces:
com.atlassian.crowd.util.I18nHelper

public class CrowdDelegatingI18Helper extends Object implements com.atlassian.crowd.util.I18nHelper
Delegate to JIRA's I18Helper.
Since:
v4.3
  • Constructor Details

    • CrowdDelegatingI18Helper

      public CrowdDelegatingI18Helper()
  • Method Details

    • getText

      public String getText(String key)
      Specified by:
      getText in interface com.atlassian.crowd.util.I18nHelper
    • getText

      public String getText(String key, String value1)
      Specified by:
      getText in interface com.atlassian.crowd.util.I18nHelper
    • getText

      public String getText(String key, String value1, String value2)
      Specified by:
      getText in interface com.atlassian.crowd.util.I18nHelper
    • getText

      public String getText(String key, Object parameters)
      Specified by:
      getText in interface com.atlassian.crowd.util.I18nHelper
    • getUnescapedText

      public String getUnescapedText(String key)
      Specified by:
      getUnescapedText in interface com.atlassian.crowd.util.I18nHelper
    • getUnescapedText

      public String getUnescapedText(Locale locale, String key)
      Specified by:
      getUnescapedText in interface com.atlassian.crowd.util.I18nHelper
    • getAllTranslationsForPrefix

      public Map<String,String> getAllTranslationsForPrefix(String prefix)
      Specified by:
      getAllTranslationsForPrefix in interface com.atlassian.crowd.util.I18nHelper
    • getText

      public String getText(Locale locale, String key, Serializable... arguments)
      Specified by:
      getText in interface com.atlassian.crowd.util.I18nHelper