|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageResource
This is message resource interface.
| Method Summary | |
|---|---|
List<String> |
getAvailableLanguages()
Get all the available languages. |
String |
getMessage(int code,
String subId,
String language)
Get the message for the corresponding code and sub id. |
Map<String,String> |
getMessages(String language)
Get all the messages. |
| Method Detail |
|---|
List<String> getAvailableLanguages()
String getMessage(int code,
String subId,
String language)
code - The reply codesubId - The sub IDlanguage - The language
Map<String,String> getMessages(String language)
language - The language
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||