Package | Description |
---|---|
org.xwiki.localization | |
org.xwiki.localization.message |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<TranslationBundle> |
TranslationBundleContext.getBundles() |
Modifier and Type | Method and Description |
---|---|
void |
TranslationBundleContext.addBundle(TranslationBundle bundle)
Add a new bundle to the collection.
|
Modifier and Type | Method and Description |
---|---|
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–2021 XWiki. All rights reserved.