|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Messages
Represents an I18N message strings that can be substituted with runtime context information.
| Method Summary | |
|---|---|
String |
getMessage(String id)
Get the globalized message for the given id. |
String |
getMessage(String id,
Object[] args)
Get the globalized message for the given id. |
| Method Detail |
|---|
String getMessage(String id,
Object[] args)
id - Identifier of the requested string.args - Substitutable arguments to be inserted into the result string.
String getMessage(String id)
id - Identifier of the requested string.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||