public class CmsInactiveUserMessages extends java.lang.Object
We are not just using the standard Messages class here because the messages are supposed to be customizable, and we do not want to lose the customizations if e.g. we install a new opencms.jar.
Constructor and Description |
---|
CmsInactiveUserMessages() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getLockoutText(java.util.Locale locale)
Text to display for the lockout screen.
|
static java.lang.String |
getMessage(java.lang.String key,
java.util.Locale locale)
Gets the message for the given key and locale.
|
static java.lang.String |
getReportHeader(java.util.Locale locale)
Gets the header text for the report mail.
|
static java.lang.String |
getReportSubject(java.util.Locale locale)
Gets the subject for the report mail.
|
public CmsInactiveUserMessages()
public static java.lang.String getLockoutText(java.util.Locale locale)
locale
- the localepublic static java.lang.String getMessage(java.lang.String key, java.util.Locale locale)
key
- the keylocale
- the localepublic static java.lang.String getReportHeader(java.util.Locale locale)
locale
- the localepublic static java.lang.String getReportSubject(java.util.Locale locale)
locale
- the locale