public interface TranslationMessageElement
Modifier and Type | Method and Description |
---|---|
org.xwiki.rendering.block.Block |
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.
|
org.xwiki.rendering.block.Block render(Locale locale, Collection<TranslationBundle> bundles, Object... parameters)
locale
- the locale to used to resolve variablesbundles
- the bundles to resolve variables withparameters
- the parametersCopyright © 2004–2021 XWiki. All rights reserved.