Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class ResourceBundleUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ResourceBundleUtil
Direct Known Subclasses:
ResourceBundleUtil

public class ResourceBundleUtil
extends Object


Field Summary
static String NULL_VALUE
           
 
Constructor Summary
ResourceBundleUtil()
           
 
Method Summary
static String getString(ResourceBundle resourceBundle, Locale locale, String key, Object[] arguments)
           
static String getString(ResourceBundle resourceBundle, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_VALUE

public static final String NULL_VALUE
See Also:
Constant Field Values
Constructor Detail

ResourceBundleUtil

public ResourceBundleUtil()
Method Detail

getString

public static String getString(ResourceBundle resourceBundle,
                               Locale locale,
                               String key,
                               Object[] arguments)

getString

public static String getString(ResourceBundle resourceBundle,
                               String key)

Liferay 6.1.2-ce-ga3