Uses of Class
com.atlassian.confluence.util.i18n.Message

Packages that use Message
com.atlassian.confluence.core.datetime   
com.atlassian.confluence.json   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.macro.browser.beans   
com.atlassian.confluence.plugins.gadgets.metadata   
com.atlassian.confluence.user.administrators   
com.atlassian.confluence.util.i18n   
 

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.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.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)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.