public class MobileAppsDescriptionLocalizedMessage extends Object implements LocalizedMessage
| Constructor and Description |
|---|
MobileAppsDescriptionLocalizedMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSettingsMessage(Locale locale,
javax.servlet.http.HttpServletRequest request)
Get localized message which describes how to configure the mobile app.
|
String |
toString(Locale locale,
Object... arguments)
Returns the localized message.
|
public MobileAppsDescriptionLocalizedMessage()
protected String getSettingsMessage(Locale locale, javax.servlet.http.HttpServletRequest request)
locale - the localerequest - the current requestpublic String toString(Locale locale, Object... arguments)
LocalizedMessagetoString in interface LocalizedMessagelocale - The locale for the message.arguments - Can be used, if some arguments might be set or to overwrite already given
arguments.Copyright © 2019 Communote team. All rights reserved.