Uses of Enum
org.nuiton.i18n.bundle.I18nBundleScope
Packages that use I18nBundleScope
-
Uses of I18nBundleScope in org.nuiton.i18n.bundle
Fields in org.nuiton.i18n.bundle declared as I18nBundleScopeModifier and TypeFieldDescriptionprotected I18nBundleScopeI18nBundleEntry.scopescope of the entryMethods in org.nuiton.i18n.bundle that return I18nBundleScopeModifier and TypeMethodDescriptionI18nBundleEntry.getScope()static I18nBundleScopeReturns the enum constant of this type with the specified name.static I18nBundleScopeObtain 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 I18nBundleScopeModifier and TypeMethodDescriptionprotected static booleanI18nBundleUtil.addBundleEntry(URL url, I18nBundleScope scope, List<String> bundleNames, List<I18nBundle> bundles) I18nBundle.getEntries(I18nBundleScope scope) Obtain the entries for a givenscopewith no incluvie logic.booleanI18nBundleEntry.matchLocale(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 I18nBundleScopeModifierConstructorDescriptionI18nBundleEntry(URL path, Locale locale, I18nBundleScope scope) Constructor if an bundle entry.