| 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 |
MacroSummary.getDescription() |
Message |
MacroParameter.getDescription() |
Message |
MacroMetadata.getDescription() |
Message |
MacroBody.getDescription() |
Message |
MacroParameter.getDisplayName() |
Message |
MacroCategory.getDisplayName() |
Message |
MacroPropertyPanelButton.getLabel() |
Message |
MacroBody.getLabel() |
Message |
MacroSummary.getTitle() |
Message |
MacroMetadata.getTitle() |
| 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 |
|---|---|
Message |
BlogPostsMacro.PostHtmlTuple.getFormattedDate() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.atlassian.fugue.Maybe<Message> |
DefaultXsrfTokenService.validate(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Space.getDefaultHomepageTitle() |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
EditUserGroupAdministrator.getErrors() |
List<Message> |
DefaultEditUserGroupAdministrator.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 |
I18NBean.getText(Message message)
Gets the i18n text for the specified message, formatting the message's value and arguments with
MessageFormat. |
String |
DefaultI18NBean.getText(Message message) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MessageHolder.getActionErrors() |
List<Message> |
DefaultMessageHolder.getActionErrors() |
List<Message> |
MessageHolder.getActionInfos() |
List<Message> |
DefaultMessageHolder.getActionInfos() |
List<Message> |
DefaultMessageHolder.getActionMessages(MessageLevel level) |
List<Message> |
MessageHolder.getActionSuccesses() |
List<Message> |
DefaultMessageHolder.getActionSuccesses() |
List<Message> |
MessageHolder.getActionWarnings() |
List<Message> |
DefaultMessageHolder.getActionWarnings() |
Map<String,List<Message>> |
MessageHolder.getFieldErrors() |
Map<String,List<Message>> |
DefaultMessageHolder.getFieldErrors() |
Copyright © 2003–2017 Atlassian. All rights reserved.