Uses of Class
org.jvnet.localizer.LocaleProvider
-
-
Uses of LocaleProvider in org.jvnet.localizer
Fields in org.jvnet.localizer declared as LocaleProvider Modifier and Type Field Description static LocaleProvider
LocaleProvider. DEFAULT
LocaleProvider
that usesLocale.getDefault()
.Methods in org.jvnet.localizer that return LocaleProvider Modifier and Type Method Description static LocaleProvider
LocaleProvider. getProvider()
Gets the currently installed system-wideLocaleProvider
.Methods in org.jvnet.localizer with parameters of type LocaleProvider Modifier and Type Method Description static void
LocaleProvider. setProvider(LocaleProvider p)
-