org.xwiki.localization.message
Interface TranslationMessageElement

All Known Subinterfaces:
TranslationMessage

@Unstable
public interface TranslationMessageElement

An element in a translation message.

Since:
5.0M2
Version:
$Id: 492c29da27f9ce65684af03428b2f22683e7fd32 $

Method Summary
 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.
 

Method Detail

render

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.

Parameters:
locale - the locale to used to resolve variables
bundles - the bundles to resolve variables with
parameters - the parameters
Returns:
the result translation


Copyright © 2004–2014 XWiki. All rights reserved.