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

Packages that use Message
com.atlassian.confluence.core.datetime   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.json   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.macro.browser.beans   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugins.gadgets.metadata   
com.atlassian.confluence.security.service   
com.atlassian.confluence.spaces   
com.atlassian.confluence.user.administrators   
com.atlassian.confluence.util.i18n   
com.atlassian.confluence.validation   
 

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.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.pages.templates
 

Methods in com.atlassian.confluence.pages.templates with parameters of type Message
 java.lang.String TemplateI18nHandler.translate(Message message)
          Translate a template i18n message to the correct String for the current site language.
 java.lang.String DefaultTemplateI18nHandler.translate(Message message)
           
 

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.security.service
 

Methods in com.atlassian.confluence.security.service that return types with arguments of type Message
 com.atlassian.fugue.Maybe<Message> XsrfTokenService.validate(javax.servlet.http.HttpServletRequest request)
          Validate if the given request contains the token bound to the request's session.
 com.atlassian.fugue.Maybe<Message> DefaultXsrfTokenService.validate(javax.servlet.http.HttpServletRequest request)
           
 

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

Uses of Message in com.atlassian.confluence.validation
 

Methods in com.atlassian.confluence.validation that return types with arguments of type Message
 java.util.List<Message> MessageHolder.getActionErrors()
           
 java.util.List<Message> DefaultMessageHolder.getActionErrors()
           
 java.util.List<Message> MessageHolder.getActionInfos()
           
 java.util.List<Message> DefaultMessageHolder.getActionInfos()
           
 java.util.List<Message> DefaultMessageHolder.getActionMessages(MessageLevel level)
           
 java.util.List<Message> MessageHolder.getActionSuccesses()
           
 java.util.List<Message> DefaultMessageHolder.getActionSuccesses()
           
 java.util.List<Message> MessageHolder.getActionWarnings()
           
 java.util.List<Message> DefaultMessageHolder.getActionWarnings()
           
 java.util.Map<java.lang.String,java.util.List<Message>> MessageHolder.getFieldErrors()
           
 java.util.Map<java.lang.String,java.util.List<Message>> DefaultMessageHolder.getFieldErrors()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.