Liferay 7.0-ce-m6

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


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
 

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 7.0-ce-m6