public class ResourceBundleUtils extends Object
Constructor and Description |
---|
ResourceBundleUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
get(String key,
String bundle,
ClassLoader classLoader,
Locale locale,
Object... array)
Método que pega a mensagem e formata através dos parametros informados.
|
static String |
get(String key,
String bundle,
ClassLoader classLoader,
Object... array) |
static String |
get(String key,
String bundle,
Object... array)
Get the message and format like passed parameters.
|
static String |
getObjectString(Object object) |
public static final Locale PT_BR
public static String get(String key, String bundle, Object... array)
key
- bundle
- array
- public static String get(String key, String bundle, ClassLoader classLoader, Object... array)
public static String get(String key, String bundle, ClassLoader classLoader, Locale locale, Object... array)
key
- bundle
- classLoader
- locale
- array
- Copyright © 2015. All rights reserved.