|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Message in com.atlassian.confluence.core.datetime |
|---|
| Methods in com.atlassian.confluence.core.datetime that return Message | |
|---|---|
Message |
FriendlyDateFormatter.getFormatMessage(java.util.Date date)
Returns the i18n message to format the given date relative to the "now" time passed to the constructor. |
| Uses of Message in com.atlassian.confluence.json |
|---|
| Methods in com.atlassian.confluence.json that return Message | |
|---|---|
Message |
SingleErrorJSONResult.getErrorMessage()
|
| Uses of Message in com.atlassian.confluence.json.jsonator |
|---|
| Methods in com.atlassian.confluence.json.jsonator with parameters of type Message | |
|---|---|
Json |
I18nJsonator.convert(Message m)
|
| Uses of Message in com.atlassian.confluence.macro.browser.beans |
|---|
| Methods in com.atlassian.confluence.macro.browser.beans that return Message | |
|---|---|
Message |
MacroParameter.getDescription()
|
Message |
MacroMetadata.getDescription()
|
Message |
MacroBody.getDescription()
|
Message |
MacroParameter.getDisplayName()
|
Message |
MacroCategory.getDisplayName()
|
Message |
MacroBody.getLabel()
|
Message |
MacroMetadata.getTitle()
|
| Uses of Message in com.atlassian.confluence.user.administrators |
|---|
| Methods in com.atlassian.confluence.user.administrators that return types with arguments of type Message | |
|---|---|
java.util.List<Message> |
EditUserGroupAdministrator.getErrors()
|
java.util.List<Message> |
DefaultEditUserGroupAdministrator.getErrors()
|
| Uses of Message in com.atlassian.confluence.util.i18n |
|---|
| Methods in com.atlassian.confluence.util.i18n that return Message | |
|---|---|
static Message |
Message.getInstance(java.lang.String key)
Constructs and returns an instance of a message with the given key and no arguments. |
static Message |
Message.getInstance(java.lang.String key,
java.util.List arguments)
Constructs and returns an instance of a message with the given key and arguments. |
static Message |
Message.getInstance(java.lang.String key,
java.lang.Object[] arguments)
Constructs and returns an instance of a message with the given key and arguments. |
| Methods in com.atlassian.confluence.util.i18n with parameters of type Message | |
|---|---|
java.lang.String |
I18NBean.getText(Message message)
Gets the i18n text for the specified message, formatting the message's value and arguments with MessageFormat. |
java.lang.String |
DefaultI18NBean.getText(Message message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||