com.atlassian.confluence.api.model.messages
Interface Message
- All Known Implementing Classes:
- DefaultMessage
@ExperimentalApi
public interface Message
Contains an key and array of arguments for conversion to an internationalised string.
|
Method Summary |
java.lang.Object[] |
getArgs()
|
java.lang.String |
getKey()
|
getKey
java.lang.String getKey()
- Returns:
- the i18n key of this message
getArgs
java.lang.Object[] getArgs()
- Returns:
- the arguments to this message. May be null or an empty array.
Copyright © 2003-2014 Atlassian. All Rights Reserved.