Uses of Interface
org.xwiki.localization.TranslationBundle

Packages that use TranslationBundle
org.xwiki.localization   
org.xwiki.localization.message   
 

Uses of TranslationBundle in org.xwiki.localization
 

Methods in org.xwiki.localization that return TranslationBundle
 TranslationBundle Translation.getBundle()
           
 TranslationBundle TranslationBundleFactory.getBundle(String bundleId)
          Get the TranslationBundle associated to the passed identifier.
 TranslationBundle LocalizationManager.getTranslationBundle(String bundleType, String bundleId)
          Find a bundle.
 

Methods in org.xwiki.localization that return types with arguments of type TranslationBundle
 Collection<TranslationBundle> TranslationBundleContext.getBundles()
           
 

Methods in org.xwiki.localization with parameters of type TranslationBundle
 void TranslationBundleContext.addBundle(TranslationBundle bundle)
          Add a new bundle to the collection.
 

Uses of TranslationBundle in org.xwiki.localization.message
 

Method parameters in org.xwiki.localization.message with type arguments of type TranslationBundle
 org.xwiki.rendering.block.Block TranslationMessageElement.render(Locale locale, Collection<TranslationBundle> bundles, Object... parameters)
          Execute the transformation (resolve any variable or parameter in its content) and produce a Block to insert in an into a XDOM or to render as it is.
 



Copyright © 2004–2014 XWiki. All rights reserved.