org.xwiki.localization.message
Interface TranslationMessage

All Superinterfaces:
org.xwiki.localization.internal.message.TranslationMessageElement

public interface TranslationMessage
extends org.xwiki.localization.internal.message.TranslationMessageElement

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

Since:
4.3M2
Version:
$Id: c075152e0236e21040fac2f34e1d0dfc36e507fb $

Field Summary
static TranslationMessage EMPTY
          An empty translation message.
 
Method Summary
 String getRawSource()
           
 
Methods inherited from interface org.xwiki.localization.internal.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.