A C G H L M P S 
All Classes All Packages

A

addMessageSources(String...) - Method in interface church.i18n.resources.bundles.MultiResourceBundle
Add message sources into multiple resource bundle.
addMessageSources(String...) - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
 
addMessageSources(String...) - Method in class church.i18n.resources.bundles.SingleLocaleMultiResourceBundle
 

C

church.i18n.resources.bundles - package church.i18n.resources.bundles
 

G

getKeys() - Method in class church.i18n.resources.bundles.SingleLocaleMultiResourceBundle
Returns an enumeration of the keys.
getLocale() - Method in class church.i18n.resources.bundles.SingleLocaleMultiResourceBundle
 
getLocales() - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Retrieve a list of loaded locales.
getSingleton() - Static method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Retrieve singleton instance of this class.
getString(String, Enumeration<Locale>) - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Retrieve the first localized message.
getString(String, List<Locale>) - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Retrieve the first localized message.
getString(String, Locale) - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Retrieve a localized message from the message bundle.

H

handleGetObject(String) - Method in class church.i18n.resources.bundles.SingleLocaleMultiResourceBundle
Gets an object for the given key from this resource bundle.

L

loadLocale(Locale) - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Add a locale among other locales.

M

MultiResourceBundle - Interface in church.i18n.resources.bundles
Multi resource bundle handles multiple different resource bundles from different files but the locale.

P

PolyglotMultiResourceBundle - Class in church.i18n.resources.bundles
Holder of different resource bundles for multiple languages.
PolyglotMultiResourceBundle(String...) - Constructor for class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Load multiple resource bundles with messages.
PolyglotMultiResourceBundle(Locale, String...) - Constructor for class church.i18n.resources.bundles.PolyglotMultiResourceBundle
Load multiple resource bundles with messages.

S

setDefaultLocale(Locale) - Method in class church.i18n.resources.bundles.PolyglotMultiResourceBundle
 
SingleLocaleMultiResourceBundle - Class in church.i18n.resources.bundles
Extension of a simple resource bundle able to load, and work with multiple message resource files.
SingleLocaleMultiResourceBundle(Locale) - Constructor for class church.i18n.resources.bundles.SingleLocaleMultiResourceBundle
Creates an instance of this class without reading any message resource files.
A C G H L M P S 
All Classes All Packages