public final class Messages extends AbstractMessages
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getString(java.lang.String key,
java.lang.Object... parameters)
This method gets the message given its key.
|
getStringpublic static java.lang.String getString(java.lang.String key,
java.lang.Object... parameters)
???KEY??? will be returned.key - Key of the message.parameters - parameters that will be replaced in the message.