com.atlassian.crowd.util
Class I18nHelperImpl

java.lang.Object
  extended by com.atlassian.crowd.util.I18nHelperImpl
All Implemented Interfaces:
I18nHelper

public class I18nHelperImpl
extends java.lang.Object
implements I18nHelper


Constructor Summary
I18nHelperImpl(I18nHelperConfiguration configuration)
           
 
Method Summary
 java.lang.String getText(java.lang.String key)
           
 java.lang.String getText(java.lang.String key, java.lang.Object parameters)
           
 java.lang.String getText(java.lang.String key, java.lang.String value1)
           
 java.lang.String getText(java.lang.String key, java.lang.String value1, java.lang.String value2)
           
 java.lang.String getUnescapedText(java.lang.String key)
          Get the raw property value, complete with {0}'s.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nHelperImpl

public I18nHelperImpl(I18nHelperConfiguration configuration)
Method Detail

getText

public java.lang.String getText(java.lang.String key)
Specified by:
getText in interface I18nHelper

getText

public java.lang.String getText(java.lang.String key,
                                java.lang.String value1)
Specified by:
getText in interface I18nHelper

getText

public java.lang.String getText(java.lang.String key,
                                java.lang.String value1,
                                java.lang.String value2)
Specified by:
getText in interface I18nHelper

getText

public java.lang.String getText(java.lang.String key,
                                java.lang.Object parameters)
Specified by:
getText in interface I18nHelper

getUnescapedText

public java.lang.String getUnescapedText(java.lang.String key)
Get the raw property value, complete with {0}'s.

Specified by:
getUnescapedText in interface I18nHelper
Parameters:
key - Non-null key to look up
Returns:
Unescaped property value for the key, or the key itself if no property with the specified key is found


Copyright © 2010 Atlassian. All Rights Reserved.