com.atlassian.jira.crowd.embedded
Class CrowdDelegatingI18Helper

java.lang.Object
  extended by 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 Summary
CrowdDelegatingI18Helper()
           
 
Method Summary
 String getText(String key)
           
 String getText(String key, Object parameters)
           
 String getText(String key, String value1)
           
 String getText(String key, String value1, String value2)
           
 String getUnescapedText(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdDelegatingI18Helper

public CrowdDelegatingI18Helper()
Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.