public class Message extends Object
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
static String |
msg(String key)
Return a message that has a no arguments.
|
static String |
msg(String key,
Object arg)
Return a message that has a single argument.
|
static String |
msg(String key,
Object[] args)
Return a message that has an array of arguments.
|
static String |
msg(String key,
Object arg,
Object arg2)
Return a message that has a two arguments.
|
static String |
msg(String key,
Object arg,
Object arg2,
Object arg3) |
Copyright © 2014. All Rights Reserved.