com.atlassian.jira.crowd.embedded
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrowdDelegatingI18Helper
public CrowdDelegatingI18Helper()
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-2011 Atlassian. All Rights Reserved.