com.atlassian.confluence.languages
Interface TranslationTransform

All Known Implementing Classes:
MockTestTranslationTransform

public interface TranslationTransform

This transform will occur dynamically when the translation is requested.


Method Summary
 String apply(Locale locale, String key, String rawMessage)
           
 

Method Detail

apply

String apply(Locale locale,
             String key,
             String rawMessage)
Parameters:
locale -
key -
rawMessage -
Returns:


Copyright © 2003–2015 Atlassian. All rights reserved.