com.atlassian.confluence.util.i18n
Class NormalTranslationMode

java.lang.Object
  extended by com.atlassian.confluence.util.i18n.NormalTranslationMode
All Implemented Interfaces:
TranslationMode, Serializable

public class NormalTranslationMode
extends Object
implements TranslationMode

See Also:
Serialized Form

Constructor Summary
NormalTranslationMode()
           
 
Method Summary
 String getMarkedUpText(String key, String value, String raw)
           
 Collection<String> getParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalTranslationMode

public NormalTranslationMode()
Method Detail

getParams

public Collection<String> getParams()
Specified by:
getParams in interface TranslationMode

getMarkedUpText

public String getMarkedUpText(String key,
                              String value,
                              String raw)
Specified by:
getMarkedUpText in interface TranslationMode


Copyright © 2003-2013 Atlassian. All Rights Reserved.