com.atlassian.confluence.util.i18n
Interface TranslationMode

All Superinterfaces:
Serializable
All Known Implementing Classes:
LightningTranslationMode, NormalTranslationMode

public interface TranslationMode
extends Serializable


Method Summary
 String getMarkedUpText(String key, String value, String raw)
           
 Collection<String> getParams()
           
 

Method Detail

getParams

Collection<String> getParams()

getMarkedUpText

String getMarkedUpText(String key,
                       String value,
                       String raw)


Copyright © 2003-2012 Atlassian. All Rights Reserved.