|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageHandler
Standard Message handler that takes a root package, plus key and resolves that into one/more resultant messages. This Handler is used by all message types to enable flexible look and feel as well as i18n to be implemented in variable ways.
Method Summary | |
---|---|
String |
getString(String key)
get a key from the default (System global) bundle |
String |
getString(String packageName,
String key)
get a key from the defined package bundle, by key |
String |
getString(String packageName,
String key,
Class<?> resourceClass,
String... parameters)
Get a string from the defined package bundle, by key and by a resource class |
String |
getString(String packageName,
String key,
String... parameters)
get a key from the defined package bundle, by key |
Method Detail |
---|
String getString(String key)
key
-
String getString(String packageName, String key)
packageName
- key
-
String getString(String packageName, String key, String... parameters)
packageName
- key
- parameters
-
String getString(String packageName, String key, Class<?> resourceClass, String... parameters)
packageName
- key
- resourceClass
- parameters
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |