com.atlassian.confluence.util
Class I18NSupport

java.lang.Object
  extended by com.atlassian.confluence.util.I18NSupport

Deprecated. since 5.2 Use I18NBeanFactory.getI18NBean()

@Deprecated
public class I18NSupport
extends Object

This class provides access to internationalised text from contexts where an action is not avaialable, e.g. JSPs


Constructor Summary
I18NSupport()
          Deprecated.  
 
Method Summary
static String getText(String key)
          Deprecated. since 5.2 Use I18NBean.getText(String)
static String getText(String key, Object[] args)
          Deprecated. since 5.2 Use I18NBean.getText(String, Object[])
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NSupport

public I18NSupport()
Deprecated. 
Method Detail

getText

@Deprecated
public static String getText(String key)
Deprecated. since 5.2 Use I18NBean.getText(String)


getText

@Deprecated
public static String getText(String key,
                                        Object[] args)
Deprecated. since 5.2 Use I18NBean.getText(String, Object[])



Copyright © 2003–2015 Atlassian. All rights reserved.