Modifier and Type | Class and Description |
---|---|
class |
StaticLocalizedMessage
Static message with always the same text.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
LdapUserRepository.getName() |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
ActivityDefinition.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityDefinition.setDescription(LocalizedMessage description)
Set the description of the activity.
|
Constructor and Description |
---|
ActivityDefinition(String templateId,
LocalizedMessage templateName,
LocalizedMessage template,
boolean external,
boolean configurablePerTopic)
Create a new activity template definition with a default expiration timeout of 180 days.
|
ActivityDefinition(String templateId,
LocalizedMessage templateName,
LocalizedMessage template,
boolean external,
boolean configurablePerTopic,
boolean isDeactivatableByManager)
Create a new activity template definition with a default expiration timeout of 180 days.
|
ActivityDefinition(String templateId,
LocalizedMessage templateName,
LocalizedMessage template,
long expirationTimeout,
boolean external,
boolean configurablePerTopic)
Create a new activity template definition.
|
ActivityDefinition(String templateId,
LocalizedMessage templateName,
LocalizedMessage template,
long expirationTimeout,
boolean external,
boolean configurablePerTopic,
boolean isDeactivatableByManager)
Create a new activity template definition.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
MessageValidationException.getValidationMessage() |
Constructor and Description |
---|
MessageValidationException(String exceptionMessage,
LocalizedMessage validationMessage,
Reason... reasons) |
MessageValidationException(String exceptionMessage,
LocalizedMessage validationMessage,
Throwable cause,
Reason... reasons) |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
ApplicationInitializationException.getLocalizedDetails() |
LocalizedMessage |
InitializationStatus.getMessage() |
Constructor and Description |
---|
ApplicationInitializationException(String message,
LocalizedMessage localizedDetails)
Create a new ApplicationInitializationException with the specified message and additional
localized details.
|
ApplicationInitializationException(String message,
Throwable cause,
LocalizedMessage localizedDetails)
Create a new ApplicationInitializationException with the specified message and root cause.
|
InitializationStatus(InitializationStatus.Type status,
LocalizedMessage message) |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
DirectMessageMissingRecipientException.getPreparedLocalizedMessage() |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
LocalizationManagement.getCustomMessageFallback(String messageKey)
Get a fallback that was set with
LocalizationManagement.setCustomMessageFallback(String, LocalizedMessage) |
Modifier and Type | Method and Description |
---|---|
void |
LocalizationManagement.setCustomMessageFallback(String messageKey,
LocalizedMessage fallback)
Set a falback for a custom message.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
Reason.getErrorMessage() |
LocalizedMessage |
Status.getMessage() |
Constructor and Description |
---|
Reason(LocalizedMessage errorMessage,
String errorField,
String errorCause)
Constructor.
|
Status(LocalizedMessage message,
String errorCode,
Reason... errors)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
ExternalUserRepository.getName() |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
ConfluenceUserRepository.getName() |
Constructor and Description |
---|
LocalizedResourceStoringManagementException(LocalizedMessage message)
Constructor.
|
LocalizedResourceStoringManagementException(LocalizedMessage message,
Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
NoteTemplateDefinition.getTemplate() |
LocalizedMessage |
NoteTemplateDefinition.getTemplate(NoteRenderMode renderMode)
Like
NoteTemplateDefinition.getTemplate() but return a template that was explicitly added via
NoteTemplateDefinition.addTemplate(NoteRenderMode, LocalizedMessage) for the given renderMode. |
LocalizedMessage |
NoteTemplateDefinition.getTemplateName() |
Modifier and Type | Method and Description |
---|---|
void |
NoteTemplateDefinition.addTemplate(NoteRenderMode renderMode,
LocalizedMessage template)
Allows overriding the default template for other render modes.
|
Constructor and Description |
---|
NoteTemplateDefinition(String templateId,
LocalizedMessage templateName,
LocalizedMessage template)
Creates a new template definition with default expiration timeout of zero.
|
NoteTemplateDefinition(String templateId,
LocalizedMessage templateName,
LocalizedMessage template,
long expirationTimeout)
Creates a new template definition.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
UserActivationValidationException.getReason(String messageKeyPrefix,
Object... arguments)
Get the localizable reason.
|
Constructor and Description |
---|
UserActivationValidationException(String message,
LocalizedMessage reasonMessage)
Create a new exception with details message and a localizable reason.
|
UserActivationValidationException(String message,
Throwable cause,
LocalizedMessage reasonMessage)
Create a new exception with details message, cause and a localizable reason.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageKeyLocalizedMessage
Message that uses the
ResourceBundleManager for localization. |
class |
MultipleMessageKeyLocalizedMessage
Message that aggregates multiple
LocalizedMessage and joins them on
MultipleMessageKeyLocalizedMessage.toString(Locale, Object...) using the provided MultipleMessageKeyLocalizedMessage.seperator (default is a space
" "). |
Modifier and Type | Method and Description |
---|---|
void |
MultipleMessageKeyLocalizedMessage.addMessage(LocalizedMessage message) |
Constructor and Description |
---|
MultipleMessageKeyLocalizedMessage(LocalizedMessage... messages) |
MultipleMessageKeyLocalizedMessage(String seperator,
LocalizedMessage... messages) |
Modifier and Type | Method and Description |
---|---|
static String |
MessageHelper.getText(javax.servlet.http.HttpServletRequest request,
LocalizedMessage localizedMessage,
Object... arguments)
Get the localized value of the LocalizedMessage
|
static void |
MessageHelper.saveErrorMessage(javax.servlet.http.HttpServletRequest request,
LocalizedMessage message)
Saves a new message in the request under the key
MessageHelper.ERROR_MESSAGES_KEY as
error message |
static void |
MessageHelper.saveMessage(javax.servlet.http.HttpServletRequest request,
LocalizedMessage message)
Saves a new message in the request under the key
MessageHelper.MESSAGES_KEY as
success message |
Modifier and Type | Method and Description |
---|---|
void |
StaticPageSection.setContent(LocalizedMessage content,
boolean needsRequest)
Set the content.
|
void |
StaticPageSection.setShortTitle(LocalizedMessage shortTitle,
boolean needsRequest)
Set a shorter version of the title which could for instance be shown in a menu.
|
void |
StaticPageSection.setTitle(LocalizedMessage title,
boolean needsRequest)
Set the title of the section.
|
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
SecurityCodeConfirmationResult.getErrorMessage() |
LocalizedMessage |
SecurityCodeConfirmationResult.getSuccessMessage() |
LocalizedMessage |
SecurityCodeConfirmationHandler.getWarningForMissingCode(javax.servlet.http.HttpServletRequest request,
String code)
Return a message that should be shown as warning to the user if the action of this handler
was provided but the code did not exist.
|
LocalizedMessage |
SecurityCodeConfirmationResult.getWarningMessage() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityCodeConfirmationResult.setErrorMessage(LocalizedMessage errorMessage)
Set a message that describes what went wrong during confirmation of the code
|
void |
SecurityCodeConfirmationResult.setSuccessMessage(LocalizedMessage successMessage)
Set a message to give some feedback about the successful code confirmation
|
void |
SecurityCodeConfirmationResult.setWarningMessage(LocalizedMessage warningMessage)
Set a message with warning.
|
Constructor and Description |
---|
SecurityCodeConfirmationResult(boolean success,
LocalizedMessage message)
Create a new result
|
Modifier and Type | Class and Description |
---|---|
class |
ContactLocalizedMessage |
class |
MessageToolDelegatingLocalizedMessage
Localized message which delegates to the
MessageTool and can thus be used to render
imprint or terms of use. |
class |
MobileAppsDescriptionLocalizedMessage
Special localized message returning the description of the mobile apps entry of the tools page.
|
Copyright © 2019 Communote team. All rights reserved.