Uses of Class
org.xwiki.localization.TranslationBundleDoesNotExistsException
-
Packages that use TranslationBundleDoesNotExistsException Package Description org.xwiki.localization -
-
Uses of TranslationBundleDoesNotExistsException in org.xwiki.localization
Methods in org.xwiki.localization that throw TranslationBundleDoesNotExistsException Modifier and Type Method Description TranslationBundle
TranslationBundleFactory. getBundle(String bundleId)
Get theTranslationBundle
associated to the passed identifier.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.
-