com.atlassian.confluence.util
Class I18NSupport

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

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()
           
 
Method Summary
static String getText(String key)
           
static String getText(String key, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NSupport

public I18NSupport()
Method Detail

getText

public static String getText(String key)

getText

public static String getText(String key,
                             Object[] args)


Copyright © 2003-2012 Atlassian. All Rights Reserved.