|
||||||||||
| 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(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.importexport.impl |
|---|
| Methods in com.atlassian.confluence.importexport.impl that return Message | |
|---|---|
Message |
UnexpectedImportZipFileContents.getI18nMessage()
|
| 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 |
MacroPropertyPanelButton.getLabel()
|
Message |
MacroBody.getLabel()
|
Message |
MacroMetadata.getTitle()
|
| Uses of Message in com.atlassian.confluence.plugins.gadgets.metadata |
|---|
| Methods in com.atlassian.confluence.plugins.gadgets.metadata that return Message | |
|---|---|
Message |
GadgetMacroParameter.getDescription()
|
Message |
GadgetMacroParameter.getDisplayName()
|
| Uses of Message in com.atlassian.confluence.spaces |
|---|
| Methods in com.atlassian.confluence.spaces that return Message | |
|---|---|
Message |
Space.getDefaultHomepageTitle()
|
| Uses of Message in com.atlassian.confluence.user.administrators |
|---|
| Methods in com.atlassian.confluence.user.administrators that return types with arguments of type Message | |
|---|---|
List<Message> |
EditUserGroupAdministrator.getErrors()
|
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(String key)
Constructs and returns an instance of a message with the given key and no arguments. |
static Message |
Message.getInstance(String key,
List arguments)
Constructs and returns an instance of a message with the given key and arguments. |
static Message |
Message.getInstance(String key,
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 | |
|---|---|
String |
I18NBean.getText(Message message)
Gets the i18n text for the specified message, formatting the message's value and arguments with MessageFormat. |
String |
DefaultI18NBean.getText(Message message)
|
| Uses of Message in com.atlassian.confluence.validation |
|---|
| Methods in com.atlassian.confluence.validation that return types with arguments of type Message | |
|---|---|
List<Message> |
MessageHolder.getActionErrors()
|
List<Message> |
DefaultMessageHolder.getActionErrors()
|
List<Message> |
MessageHolder.getActionInfos()
|
List<Message> |
DefaultMessageHolder.getActionInfos()
|
List<Message> |
DefaultMessageHolder.getActionMessages(MessageLevel level)
|
List<Message> |
MessageHolder.getActionSuccesses()
|
List<Message> |
DefaultMessageHolder.getActionSuccesses()
|
List<Message> |
MessageHolder.getActionWarnings()
|
List<Message> |
DefaultMessageHolder.getActionWarnings()
|
Map<String,List<Message>> |
MessageHolder.getFieldErrors()
|
Map<String,List<Message>> |
DefaultMessageHolder.getFieldErrors()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||