|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.tuxedo.control.ValidationResources
public class ValidationResources
| Method Summary | |
|---|---|
static String |
getString(String key)
Get a localized message from the validation resource bundle. |
static String |
getString(String key,
String arg1)
Get a localized message from the validation resource bundle. |
static String |
getString(String key,
String arg1,
String arg2)
Get a localized message from the validation resource bundle. |
static String |
getString(String key,
String arg1,
String arg2,
String arg3)
Get a localized message from the validation resource bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getString(String key)
key - The localization key.
public static String getString(String key,
String arg1)
key - The localization key.arg1 - The first argument for the message formatter.
public static String getString(String key,
String arg1,
String arg2)
key - The localization key.arg1 - The first argument for the message formatter.arg2 - The second argument for the message formatter.
public static String getString(String key,
String arg1,
String arg2,
String arg3)
key - The localization key.arg1 - The first argument for the message formatter.arg2 - The second argument for the message formatter.arg3 - The third argument for the message formatter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||