|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalizationRepository

A repository of localized property files used by the internationalization framework.
| Method Summary | |
|---|---|
URL |
getLocalizationBundle(String bundleName,
Locale locale)
Obtain the URL to the properties file containing the localized messages given the supplied bundle name. |
List<String> |
getPathsToSearchForBundle(String bundleName,
Locale locale)
Returns a list of paths (as string) of the different bundles searched in the getLocalizationBundle(String, java.util.Locale) method. |
| Method Detail |
|---|
URL getLocalizationBundle(String bundleName,
Locale locale)
default locale (as that is done by the calling method.
bundleName - the name of the bundle of properties; never nulllocale - the locale for which the properties file URL is desired
List<String> getPathsToSearchForBundle(String bundleName,
Locale locale)
getLocalizationBundle(String, java.util.Locale) method.
bundleName - the name of the bundle of properties; never nulllocale - the locale for which the properties file URL is desired
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||