Uses of Class
org.xwiki.localization.TranslationBundleFactoryDoesNotExistsException
-
Packages that use TranslationBundleFactoryDoesNotExistsException Package Description org.xwiki.localization -
-
Uses of TranslationBundleFactoryDoesNotExistsException in org.xwiki.localization
Methods in org.xwiki.localization that throw TranslationBundleFactoryDoesNotExistsException Modifier and Type Method Description TranslationBundle
LocalizationManager. getTranslationBundle(String bundleType, String bundleId)
Find a bundle.void
LocalizationManager. use(String bundleType, String bundleId)
Registers a resource location as a possible localization bundle that should be used in the current execution.
-