com.pyxis.greenhopper.jira.util
Class I18nImpl

java.lang.Object
  extended by com.pyxis.greenhopper.jira.util.I18nImpl
All Implemented Interfaces:
I18n

Deprecated.

@Deprecated
public class I18nImpl
extends java.lang.Object
implements I18n

This original I18n implementation has been made to delegate back to the second attempt at i18n, aptly named i18n2.

This class should die, in the same way that Bashir Assad should die but it probably wont for political stability reasons.


Constructor Summary
I18nImpl()
          Deprecated.  
 
Method Summary
 java.lang.String getHtmlEncodedText(java.lang.String key)
          Deprecated.  
 java.lang.String getText(java.lang.String key)
          Deprecated.  
 java.lang.String getText(java.lang.String key, java.util.Locale locale)
          Deprecated.  
 java.lang.String getText(java.lang.String key, java.lang.Object parameters)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nImpl

public I18nImpl()
Deprecated. 
Method Detail

getText

public java.lang.String getText(java.lang.String key,
                                java.util.Locale locale)
Deprecated. 
Specified by:
getText in interface I18n

getText

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

getText

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

getHtmlEncodedText

public java.lang.String getHtmlEncodedText(java.lang.String key)
Deprecated. 
Specified by:
getHtmlEncodedText in interface I18n


Copyright © 2007-2012 Atlassian. All Rights Reserved.