com.atlassian.sal.api.message
Interface Message

All Superinterfaces:
Serializable

public interface Message
extends Serializable

Encapsulates a message before it has been resolved via an I18N resolver

Since:
2.0

Method Summary
 Serializable[] getArguments()
           
 String getKey()
           
 

Method Detail

getKey

String getKey()
Returns:
the i18n message key

getArguments

Serializable[] getArguments()
Returns:
the arguments to insert into the resolved message


Copyright © 2010 Atlassian. All Rights Reserved.