Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.templateparser
Interface Transformer

All Known Implementing Classes:
BaseTransformer

public interface Transformer


Method Summary
 String transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, String xml, String script, String langType)
           
 

Method Detail

transform

String transform(ThemeDisplay themeDisplay,
                 Map<String,String> tokens,
                 String viewMode,
                 String languageId,
                 String xml,
                 String script,
                 String langType)
                 throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3