com.liferay.portal.kernel.templateparser
Interface Transformer
- All Known Implementing Classes:
- BaseTransformer
public interface Transformer
|
Method Summary |
String |
transform(ThemeDisplay themeDisplay,
Map<String,Object> contextObjects,
String script,
String langType)
|
String |
transform(ThemeDisplay themeDisplay,
Map<String,String> tokens,
String viewMode,
String languageId,
String xml,
String script,
String langType)
|
transform
String transform(ThemeDisplay themeDisplay,
Map<String,Object> contextObjects,
String script,
String langType)
throws Exception
- Throws:
Exception
transform
String transform(ThemeDisplay themeDisplay,
Map<String,String> tokens,
String viewMode,
String languageId,
String xml,
String script,
String langType)
throws Exception
- Throws:
Exception