Uses of Class
com.atlassian.confluence.util.i18n.Message
Packages that use Message
Package
Description
-
Uses of Message in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return types with arguments of type MessageModifier and TypeMethodDescriptionstatic io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> MulticastClusterJoinConfig.createForAddress(InetAddress multicastAddress, int multicastPort) 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 MessageModifier and TypeMethodDescriptionFriendlyDateFormatter.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 -
Uses of Message in com.atlassian.confluence.json
Methods in com.atlassian.confluence.json that return Message -
Uses of Message in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type Message -
Uses of Message in com.atlassian.confluence.macro.browser.beans
Methods in com.atlassian.confluence.macro.browser.beans that return MessageModifier and TypeMethodDescriptionMacroBody.getDescription()MacroMetadata.getDescription()MacroParameter.getDescription()MacroSummary.getDescription()MacroCategory.getDisplayName()MacroParameter.getDisplayName()MacroBody.getLabel()MacroPropertyPanelButton.getLabel()MacroMetadata.getTitle()MacroSummary.getTitle()Methods in com.atlassian.confluence.macro.browser.beans that return types with arguments of type MessageModifier and TypeMethodDescriptionMacroParameter.getEnumMapValueName()Deprecated.since 6.7.3.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 -
Uses of Message in com.atlassian.confluence.security.service
Methods in com.atlassian.confluence.security.service that return types with arguments of type MessageModifier and TypeMethodDescriptionDefaultXsrfTokenService.validateToken(javax.servlet.http.HttpServletRequest request) 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 MessageModifier and TypeMethodDescriptionReadOnlySpace.getDefaultHomepageTitle()Deprecated, for removal: This API element is subject to removal in a future version.Space.getDefaultHomepageTitle()Deprecated, for removal: This API element is subject to removal in a future version.since 9.3 useSpaceManager.getDefaultHomepageTitle(boolean, String)default MessageSpaceManager.getDefaultHomepageTitle(boolean personal, String spaceTitle) -
Uses of Message in com.atlassian.confluence.user.administrators
Methods in com.atlassian.confluence.user.administrators that return types with arguments of type Message -
Uses of Message in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n that return MessageModifier and TypeMethodDescriptionstatic 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 -
Uses of Message in com.atlassian.confluence.validation
Methods in com.atlassian.confluence.validation that return types with arguments of type MessageModifier and TypeMethodDescriptionDefaultMessageHolder.getActionErrors()MessageHolder.getActionErrors()DefaultMessageHolder.getActionInfos()MessageHolder.getActionInfos()DefaultMessageHolder.getActionMessages(MessageLevel level) DefaultMessageHolder.getActionSuccesses()MessageHolder.getActionSuccesses()DefaultMessageHolder.getActionWarnings()MessageHolder.getActionWarnings()DefaultMessageHolder.getFieldErrors()MessageHolder.getFieldErrors() -
Uses of Message in it.com.atlassian.confluence.license
Methods in it.com.atlassian.confluence.license with parameters of type Message