|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.orm.Messages
public class Messages
get message from resource bundle.
| Constructor Summary | |
|---|---|
Messages()
instantiate the message manager. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getString(java.lang.String key)
return message from key |
static void |
setRESOURCE_BUNDLE(java.util.Locale locale)
fix resource bundle. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Messages()
instantiate the message manager.
| Method Detail |
|---|
public static java.lang.String getString(java.lang.String key)
return message from key
key - key used to seek in resource bundle file
public static void setRESOURCE_BUNDLE(java.util.Locale locale)
fix resource bundle.
locale - locale to fix
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||