Package com.atlassian.sal.api.message
Interface Message
- All Superinterfaces:
Serializable
Encapsulates a message before it has been resolved via an I18N resolver
- Since:
- 2.0
-
Method Summary
-
Method Details
-
getKey
String getKey()- Returns:
- the i18n message key
-
getArguments
Serializable[] getArguments()- Returns:
- the arguments to insert into the resolved message
-