org.xwiki.localization.message
Interface TranslationMessage

All Superinterfaces:
TranslationMessageElement

@Unstable
public interface TranslationMessage
extends TranslationMessageElement

Generate the final translation based or variables informations (parameters, etc.).

Since:
4.3M2
Version:
$Id: 8d45b198b3c1bb5fae66dc89e32de5e3389fc0cc $

Field Summary
static TranslationMessage EMPTY
          An empty translation message.
 
Method Summary
 String getRawSource()
           
 
Methods inherited from interface org.xwiki.localization.message.TranslationMessageElement
render
 

Field Detail

EMPTY

static final TranslationMessage EMPTY
An empty translation message.

Method Detail

getRawSource

String getRawSource()
Returns:
the raw source of the translation as it is stored


Copyright © 2004-2013 XWiki. All Rights Reserved.