Package org.xwiki.localization.message
Interface TranslationMessage
-
- All Superinterfaces:
TranslationMessageElement
public interface TranslationMessage extends TranslationMessageElement
Generate the final translation based or variables informations (parameters, etc.).- Since:
- 4.3M2
- Version:
- $Id: fb3cc2302d665c686397818db6967c0332f95dd5 $
-
-
Field Summary
Fields Modifier and Type Field Description static TranslationMessage
EMPTY
An empty translation message.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-