|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.scs.mbench.MessageResources
public class MessageResources
Manage the property files.
メソッドの概要 | |
---|---|
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key)
Get the message from the key. |
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object arg0)
Get the message from the key. |
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object[] args)
Get the message from the key. |
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1)
Get the message from the key. |
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
Get the message from the key. |
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Get the message from the key. |
static java.lang.String |
getMessage(java.lang.String key)
Get the message from the key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object arg0)
Get the message from the key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] args)
Get the message from the key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1)
Get the message from the key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
Get the message from the key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Get the message from the key. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static java.lang.String getMessage(java.lang.String key)
key
- the message key
public static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0)
key
- the message keyarg0
- object to replace 0th item in the message
public static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1)
key
- the message keyarg0
- object to replace 0th item in the messagearg1
- object to replace 1st item in the message
public static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
key
- the message keyarg0
- object to replace 0th item in the messagearg1
- object to replace 1st item in the messagearg2
- object to replace 2nd item in the message
public static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
key
- the message keyarg0
- object to replace 0th item in the messagearg1
- object to replace 1st item in the messagearg2
- object to replace 2nd item in the messagearg3
- object to replace 3rd item in the message
public static java.lang.String getMessage(java.lang.String key, java.lang.Object[] args)
key
- the message keyargs
- objects to replace items in the message
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String key)
locale
- the message localekey
- the message key
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0)
locale
- the message localekey
- the message keyarg0
- object to replace 0th item in the message
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0, java.lang.Object arg1)
locale
- the message localekey
- the message keyarg0
- object to replace 0th item in the messagearg1
- object to replace 1st item in the message
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
locale
- the message localekey
- the message keyarg0
- object to replace 0th item in the messagearg1
- object to replace 1st item in the messagearg2
- object to replace 2nd item in the message
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
locale
- the message localekey
- the message keyarg0
- object to replace 0th item in the messagearg1
- object to replace 1st item in the messagearg2
- object to replace 2nd item in the messagearg3
- object to replace 3rd item in the message
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object[] args)
locale
- the message localekey
- the message keyargs
- objects to replace items in the message
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |