|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.resources.Messaging
public class Messaging
Convenience class for deal with messages.
10NOV09 - EPG - First package release.
| Constructor Summary | |
|---|---|
Messaging(Resources resources)
Construct. |
|
| Method Summary | |
|---|---|
java.lang.String |
lookup(java.lang.String key)
Do a safe lookup. |
java.lang.String |
lookup(java.lang.String key,
java.lang.String defaultText)
Do a safe lookup. |
java.lang.String |
lookupNumeric(int numeric)
Do a safe lookup of a numeric. |
java.lang.String |
lookupNumeric(java.util.ResourceBundle bundle,
int numeric,
java.lang.String defaultText)
Do a safe lookup of a numeric. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Messaging(Resources resources)
throws java.lang.Throwable
resources - the system resources.
java.lang.Throwable| Method Detail |
|---|
public java.lang.String lookup(java.lang.String key)
key - the key
public java.lang.String lookup(java.lang.String key,
java.lang.String defaultText)
key - the keydefaultText - the default text
public java.lang.String lookupNumeric(int numeric)
numeric - the numeric key.
public java.lang.String lookupNumeric(java.util.ResourceBundle bundle,
int numeric,
java.lang.String defaultText)
bundle - the resource bundle.numeric - the numeric key.defaultText - the default text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||