public class MessagesUtil extends Object
| Constructor and Description |
|---|
MessagesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMessage(String key,
Object... parameters)
Retrieves the message with the given key from the locale-specific properties file.
|
public static String getMessage(String key, Object... parameters)
key - message keyparameters - formatting parameters to apply to the messageCopyright © 2016. All Rights Reserved.