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 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.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return Message Modifier and Type Method Description Message
UnexpectedImportZipFileContents. getI18nMessage()
-
Uses of Message in com.atlassian.confluence.json
Methods in com.atlassian.confluence.json that return Message Modifier and Type Method Description Message
SingleErrorJSONResult. 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 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 Modifier and Type Method Description Message
MacroBody. getDescription()
Message
MacroMetadata. getDescription()
Message
MacroParameter. getDescription()
Message
MacroSummary. getDescription()
Message
MacroCategory. getDisplayName()
Message
MacroParameter. getDisplayName()
Message
MacroBody. getLabel()
Message
MacroPropertyPanelButton. getLabel()
Message
MacroMetadata. getTitle()
Message
MacroSummary. 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 String
DefaultTemplateI18nHandler. translate(Message message)
String
TemplateI18nHandler. 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 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 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 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.Methods in com.atlassian.confluence.util.i18n with parameters of type Message Modifier and Type Method Description String
DefaultI18NBean. getText(Message message)
String
I18NBean. 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()
-