public class Messages extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
format(String key,
Object... params)
Look up a message in the i18n resource message bundle by key, then format the
message with the given params and return the result.
|
static String |
getString(String key)
Gets a string translation.
|
Copyright © 2013–2015 JBoss, a division of Red Hat. All rights reserved.