Package ca.cdr.api.i18n
Interface ILocalizer
public interface ILocalizer
This interface permits you to fetch messages out of the cdr-messages.properties file for localization
-
Method Summary
Modifier and TypeMethodDescriptiondefault Date
convertServerTimeToUserTime
(Date theDate) formatDate
(Date theDate) formatDateDaysElapsed
(Date theDate) formatDateTime
(Date theDate) formatDateTimeMillis
(Date theDate) formatTime
(Date theDate) getMessage
(Class<?> theType, String theKey, Object... theParameters) getMessage
(String theQualifiedKey, Object... theParameters) getMessageAndEvaluateAsMarkdown
(String theQualifiedKey, Object... theParameters) boolean
-
Method Details
-
formatDateDaysElapsed
-
formatDateTime
-
formatTime
-
formatDate
-
formatDateTimeMillis
-
getMessage
-
getMessage
-
getMessageAndEvaluateAsMarkdown
-
hasKey
-
convertServerTimeToUserTime
-