Uses of Class
com.atlassian.confluence.util.i18n.Message
Package
Description
-
Uses of Message in com.atlassian.confluence.cluster
Modifier and TypeMethodDescriptionstatic 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
Modifier 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
-
Uses of Message in com.atlassian.confluence.json
-
Uses of Message in com.atlassian.confluence.json.jsonator
-
Uses of Message in com.atlassian.confluence.macro.browser.beans
Modifier and TypeMethodDescriptionMacroBody.getDescription()
MacroMetadata.getDescription()
MacroParameter.getDescription()
MacroSummary.getDescription()
MacroCategory.getDisplayName()
MacroParameter.getDisplayName()
MacroBody.getLabel()
MacroPropertyPanelButton.getLabel()
MacroMetadata.getTitle()
MacroSummary.getTitle()
Modifier 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
-
Uses of Message in com.atlassian.confluence.security.service
Modifier 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
Modifier and TypeMethodDescriptionReadOnlySpace.getDefaultHomepageTitle()
Space.getDefaultHomepageTitle()
-
Uses of Message in com.atlassian.confluence.user.administrators
-
Uses of Message in com.atlassian.confluence.util.i18n
Modifier and TypeMethodDescriptionstatic 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, Object... arguments) Constructs and returns an instance of a message with the given key and arguments.static Message
Message.getInstance
(String key, List arguments) Constructs and returns an instance of a message with the given key and arguments. -
Uses of Message in com.atlassian.confluence.validation
Modifier 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()