Modifier and Type | Method and Description |
---|---|
static com.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> |
MulticastClusterJoinConfig.getForAddress(InetAddress multicastAddress) |
static com.atlassian.fugue.Either<Message,MulticastClusterJoinConfig> |
MulticastClusterJoinConfig.getForConfig(InetAddress multicastAddress,
int multicastTTL,
int multicastPort) |
static com.atlassian.fugue.Either<Message,AWSClusterJoinConfig> |
AWSClusterJoinConfig.getForKeys(String accessKey,
String secretKey,
String iamRole,
String region,
String hostHeader,
String securityGroupName,
String tagKey,
String tagValue) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
TCPIPClusterJoinConfig.getForPeers(List<String> peerAddresses) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
TCPIPClusterJoinConfig.getForPeers(String peerAddressString) |
Modifier and Type | Method and Description |
---|---|
Message |
FriendlyDateFormatter.getFormatMessage(Date date)
Returns the i18n message to format the given date relative to the "now" time passed to the constructor.
|
Modifier and Type | Method and Description |
---|---|
Message |
UnexpectedImportZipFileContents.getI18nMessage() |
Modifier and Type | Method and Description |
---|---|
Message |
SingleErrorJSONResult.getErrorMessage() |
Modifier and Type | Method and Description |
---|---|
Json |
I18nJsonator.convert(Message m) |
Modifier and Type | Method and Description |
---|---|
Message |
MacroParameter.getDescription() |
Message |
MacroMetadata.getDescription() |
Message |
MacroBody.getDescription() |
Message |
MacroSummary.getDescription() |
Message |
MacroCategory.getDisplayName() |
Message |
MacroParameter.getDisplayName() |
Message |
MacroPropertyPanelButton.getLabel() |
Message |
MacroBody.getLabel() |
Message |
MacroMetadata.getTitle() |
Message |
MacroSummary.getTitle() |
Modifier and Type | Method and Description |
---|---|
Map<String,Message> |
MacroParameter.getEnumMapValueName()
Returns a map of enum values with it alias.
|
Modifier and Type | Method and Description |
---|---|
String |
TemplateI18nHandler.translate(Message message)
Translate a template i18n message to the correct String for the current site language.
|
String |
DefaultTemplateI18nHandler.translate(Message message) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Maybe<Message> |
DefaultXsrfTokenService.validate(javax.servlet.http.HttpServletRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
Space.getDefaultHomepageTitle() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
DefaultEditUserGroupAdministrator.getErrors() |
List<Message> |
EditUserGroupAdministrator.getErrors() |
Modifier and Type | Method and 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,
List arguments)
Constructs and returns an instance of a message with the given key and arguments.
|
static Message |
Message.getInstance(String key,
Object... arguments)
Constructs and returns an instance of a message with the given key and arguments.
|
Modifier and Type | Method and 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 with
MessageFormat . |
Modifier and Type | Method and 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() |
Copyright © 2003–2017 Atlassian. All rights reserved.