Liferay 7.0-ce-b4

com.liferay.portal.kernel.templateparser
Interface TransformerListener

All Known Implementing Classes:
BaseTransformerListener

public interface TransformerListener


Method Summary
 String onOutput(String output, String languageId, Map<String,String> tokens)
           
 String onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 Document onXml(Document document, String languageId, Map<String,String> tokens)
           
 

Method Detail

onOutput

String onOutput(String output,
                String languageId,
                Map<String,String> tokens)

onScript

String onScript(String script,
                Document document,
                String languageId,
                Map<String,String> tokens)

onXml

Document onXml(Document document,
               String languageId,
               Map<String,String> tokens)

Liferay 7.0-ce-b4