C G I L M O R 
All Classes All Packages

C

ContextMessageSource - Interface in org.molgenis.i18n
Returns messages based on the LocaleContextHolder
ContextMessageSourceImpl - Class in org.molgenis.i18n
 
ContextMessageSourceImpl() - Constructor for class org.molgenis.i18n.ContextMessageSourceImpl
 
createMessageFormat(String, Locale) - Method in class org.molgenis.i18n.LocalizationMessageSource
 

G

getDefaultMessage(String) - Method in class org.molgenis.i18n.LocalizationMessageSource
The default message adds # marks around the code so that they stand out as not yet translated.
getLanguageCode(String) - Static method in class org.molgenis.i18n.I18nUtils
Get the language code of a new with language suffix.
getMessage(String) - Method in interface org.molgenis.i18n.ContextMessageSource
Returns the message in the locale of the current user.
getMessage(String) - Method in class org.molgenis.i18n.ContextMessageSourceImpl
 
getMessage(String, Object[]) - Method in interface org.molgenis.i18n.ContextMessageSource
Returns the message in the locale of the current user.
getMessage(String, Object[]) - Method in class org.molgenis.i18n.ContextMessageSourceImpl
 

I

I18nConfig - Class in org.molgenis.i18n
 
I18nConfig() - Constructor for class org.molgenis.i18n.I18nConfig
 
I18nUtils - Class in org.molgenis.i18n
 
isI18n(String) - Static method in class org.molgenis.i18n.I18nUtils
Check is a name is suffixed with a language code

L

LocalizationMessageSource - Class in org.molgenis.i18n
The standard Molgenis MessageSource which looks up messages in the MessageResolution and delegates MessageFormat creation to a MessageFormatFactory.
LocalizationMessageSource(MessageFormatFactory, MessageResolution, Supplier<Locale>) - Constructor for class org.molgenis.i18n.LocalizationMessageSource
 

M

messageFormatFactory() - Method in class org.molgenis.i18n.I18nConfig
 
MessageResolution - Interface in org.molgenis.i18n
 

O

org.molgenis.i18n - package org.molgenis.i18n
 

R

resolveCode(String, Locale) - Method in class org.molgenis.i18n.LocalizationMessageSource
Looks up the MessageFormat for a code.
resolveCodeWithoutArguments(String, Locale) - Method in class org.molgenis.i18n.LocalizationMessageSource
Looks up a code in the MessageResolution.
resolveCodeWithoutArguments(String, Locale) - Method in interface org.molgenis.i18n.MessageResolution
 
C G I L M O R 
All Classes All Packages