org.xwiki.localization.message
Interface TranslationMessage

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

@Unstable
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: 13ce8ea0fb7431fadf7d91ad1086edbc1fabcb8e $

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.