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: 5df67608e1d4cd36b82a5e4975fc27defa4eb365 $

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–2014 XWiki. All rights reserved.