Uses of Class
org.nuiton.i18n.bundle.I18nBundleScope
| Package | Description |
|---|---|
| org.nuiton.i18n.bundle |
-
Uses of I18nBundleScope in org.nuiton.i18n.bundle
Fields in org.nuiton.i18n.bundle declared as I18nBundleScope Modifier and Type Field Description protected I18nBundleScopeI18nBundleEntry. scopescope of the entryMethods in org.nuiton.i18n.bundle that return I18nBundleScope Modifier and Type Method Description I18nBundleScopeI18nBundleEntry. getScope()static I18nBundleScopeI18nBundleScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static I18nBundleScopeI18nBundleScope. valueOf(java.util.Locale locale)Obtain the scope of a givenlocale.static I18nBundleScope[]I18nBundleScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.i18n.bundle with parameters of type I18nBundleScope Modifier and Type Method Description protected static booleanI18nBundleUtil. addBundleEntry(java.net.URL url, I18nBundleScope scope, java.util.List<java.lang.String> bundleNames, java.util.List<I18nBundle> bundles)I18nBundleEntry[]I18nBundle. getEntries(I18nBundleScope scope)Obtain the entries for a givenscopewith no incluvie logic.booleanI18nBundleEntry. matchLocale(java.util.Locale locale, I18nBundleScope scope)Method to match or not a bundle entry for a given scope and locale.Constructors in org.nuiton.i18n.bundle with parameters of type I18nBundleScope Constructor Description I18nBundleEntry(java.net.URL path, java.util.Locale locale, I18nBundleScope scope)Constructor if an bundle entry.