Liferay 6.0.5

com.liferay.portlet.journal.util
Class FreeMarkerTemplateParser

java.lang.Object
  extended by com.liferay.portlet.journal.util.BaseTemplateParser
      extended by com.liferay.portlet.journal.util.VelocityTemplateParser
          extended by com.liferay.portlet.journal.util.FreeMarkerTemplateParser
All Implemented Interfaces:
TemplateParser

public class FreeMarkerTemplateParser
extends VelocityTemplateParser


Constructor Summary
FreeMarkerTemplateParser()
           
 
Method Summary
 String doTransform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, String xml, String script)
           
 
Methods inherited from class com.liferay.portlet.journal.util.VelocityTemplateParser
extractDynamicContents, injectEditInPlace, insertRequestVariables, wrapField
 
Methods inherited from class com.liferay.portlet.journal.util.BaseTemplateParser
transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerTemplateParser

public FreeMarkerTemplateParser()
Method Detail

doTransform

public String doTransform(ThemeDisplay themeDisplay,
                          Map<String,String> tokens,
                          String viewMode,
                          String languageId,
                          String xml,
                          String script)
                   throws Exception
Overrides:
doTransform in class VelocityTemplateParser
Throws:
Exception

Liferay 6.0.5