Uses of Class
com.atlassian.confluence.util.i18n.Message
-
-
Uses of Message in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return types with arguments of type Message Modifier and Type Method Description static io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig>MulticastClusterJoinConfig. createForAddress(InetAddress multicastAddress)static io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig>MulticastClusterJoinConfig. createForConfig(InetAddress multicastAddress, int multicastTTL, int multicastPort)static io.atlassian.fugue.Either<Message,AWSClusterJoinConfig>AWSClusterJoinConfig. createForKeys(@Nullable String accessKey, @Nullable String secretKey, @Nullable String iamRole, @Nullable String region, @Nullable String hostHeader, @Nullable String securityGroupName, @Nullable String tagKey, @Nullable String tagValue)static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig>TCPIPClusterJoinConfig. createForPeers(String peerAddressString)static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig>TCPIPClusterJoinConfig. createForPeers(List<String> peerAddresses) -
Uses of Message in com.atlassian.confluence.core.datetime
Methods in com.atlassian.confluence.core.datetime that return Message Modifier and Type Method Description MessageFriendlyDateFormatter. 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 Modifier and Type Method Description MessageUnexpectedImportZipFileContents. getI18nMessage() -
Uses of Message in com.atlassian.confluence.json
Methods in com.atlassian.confluence.json that return Message Modifier and Type Method Description MessageSingleErrorJSONResult. getErrorMessage() -
Uses of Message in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type Message Modifier and Type Method Description JsonI18nJsonator. convert(Message m) -
Uses of Message in com.atlassian.confluence.macro.browser.beans
Methods in com.atlassian.confluence.macro.browser.beans that return Message Modifier and Type Method Description MessageMacroBody. getDescription()MessageMacroMetadata. getDescription()MessageMacroParameter. getDescription()MessageMacroSummary. getDescription()MessageMacroCategory. getDisplayName()MessageMacroParameter. getDisplayName()MessageMacroBody. getLabel()MessageMacroPropertyPanelButton. getLabel()MessageMacroMetadata. getTitle()MessageMacroSummary. getTitle()Methods in com.atlassian.confluence.macro.browser.beans that return types with arguments of type Message Modifier and Type Method Description Map<String,Message>MacroParameter. getEnumMapValueName()Deprecated.since 6.7.3.Map<String,Message>MacroParameter. getEnumToI18nKeyMapping()Returns a map of enum values with it alias. -
Uses of Message in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates with parameters of type Message Modifier and Type Method Description StringDefaultTemplateI18nHandler. translate(Message message)StringTemplateI18nHandler. translate(Message message)Translate a template i18n message to the correct String for the current site language. -
Uses of Message in com.atlassian.confluence.security.service
Methods in com.atlassian.confluence.security.service that return types with arguments of type Message Modifier and Type Method Description com.atlassian.fugue.Maybe<Message>DefaultXsrfTokenService. validate(javax.servlet.http.HttpServletRequest request)Deprecated.since 7.0.1.com.atlassian.fugue.Maybe<Message>XsrfTokenService. validate(javax.servlet.http.HttpServletRequest request)Deprecated.since 7.0.1.default Optional<Message>XsrfTokenService. validateToken(javax.servlet.http.HttpServletRequest request)Validate if the given request contains the token bound to the request's session. -
Uses of Message in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return Message Modifier and Type Method Description MessageSpace. 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 Modifier and Type Method Description List<Message>DefaultEditUserGroupAdministrator. getErrors()List<Message>EditUserGroupAdministrator. getErrors() -
Uses of Message in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n that return Message Modifier and Type Method Description static MessageMessage. getInstance(String key)Constructs and returns an instance of a message with the given key and no arguments.static MessageMessage. getInstance(String key, Object... arguments)Constructs and returns an instance of a message with the given key and arguments.static MessageMessage. getInstance(String key, List 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 Modifier and Type Method Description StringDefaultI18NBean. getText(Message message)StringI18NBean. getText(Message message)Gets the i18n text for the specified message, formatting the message's value and arguments withMessageFormat. -
Uses of Message in com.atlassian.confluence.validation
Methods in com.atlassian.confluence.validation that return types with arguments of type Message Modifier and Type Method Description List<Message>DefaultMessageHolder. getActionErrors()List<Message>MessageHolder. getActionErrors()List<Message>DefaultMessageHolder. getActionInfos()List<Message>MessageHolder. getActionInfos()List<Message>DefaultMessageHolder. getActionMessages(MessageLevel level)List<Message>DefaultMessageHolder. getActionSuccesses()List<Message>MessageHolder. getActionSuccesses()List<Message>DefaultMessageHolder. getActionWarnings()List<Message>MessageHolder. getActionWarnings()Map<String,List<Message>>DefaultMessageHolder. getFieldErrors()Map<String,List<Message>>MessageHolder. getFieldErrors()
-