public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMessage(String key)
Get a message from resource.properties from the package of the given object.
|
static String |
getMessage(String key,
String arg0)
Get a message from resource.properties from the package of the given object.
|
static String |
getMessage(String key,
String[] args)
Get a message from resource.properties from the package of the given object.
|
static String |
getMessage(String key,
String arg0,
String arg1)
Get a message from resource.properties from the package of the given object.
|
static String |
getMessage(String key,
String arg0,
String arg1,
String arg2)
Get a message from resource.properties from the package of the given object.
|
static String |
getMessage(String key,
String arg0,
String arg1,
String arg2,
String arg3)
Get a message from resource.properties from the package of the given object.
|
static String |
getMessage(String key,
String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Get a message from resource.properties from the package of the given object.
|
static MessageBundle |
getMessageBundle() |
static ResourceBundle |
getResourceBundle() |
public static String getMessage(String key)
key - The resource keypublic static String getMessage(String key, String arg0)
key - The resource keyarg0 - The argument to place in variable {0}public static String getMessage(String key, String arg0, String arg1)
key - The resource keyarg0 - The argument to place in variable {0}arg1 - The argument to place in variable {1}public static String getMessage(String key, String arg0, String arg1, String arg2)
key - The resource keyarg0 - The argument to place in variable {0}arg1 - The argument to place in variable {1}arg2 - The argument to place in variable {2}public static String getMessage(String key, String arg0, String arg1, String arg2, String arg3)
key - The resource keyarg0 - The argument to place in variable {0}arg1 - The argument to place in variable {1}arg2 - The argument to place in variable {2}arg3 - The argument to place in variable {3}public static String getMessage(String key, String arg0, String arg1, String arg2, String arg3, String arg4)
key - The resource keyarg0 - The argument to place in variable {0}arg1 - The argument to place in variable {1}arg2 - The argument to place in variable {2}arg3 - The argument to place in variable {3}arg4 - The argument to place in variable {4}public static String getMessage(String key, String[] args)
key - The resource keyargs - An array of objects to place in corresponding variablespublic static ResourceBundle getResourceBundle()
public static MessageBundle getMessageBundle()
Copyright © 2015 WSO2 Inc. All rights reserved.