Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.util
Class VelocityTemplateParser

java.lang.Object
  extended by com.liferay.portal.kernel.templateparser.BaseTemplateParser
      extended by com.liferay.portlet.journal.util.VelocityTemplateParser
          extended by com.liferay.portlet.dynamicdatalists.util.VelocityTemplateParser
All Implemented Interfaces:
TemplateParser

public class VelocityTemplateParser
extends VelocityTemplateParser


Constructor Summary
VelocityTemplateParser()
           
 
Method Summary
protected  String getErrorTemplateContent()
           
protected  String getErrorTemplateId()
           
protected  TemplateContext getTemplateContext()
           
 
Methods inherited from class com.liferay.portlet.journal.util.VelocityTemplateParser
getJournalTemplatesPath, getTemplateNodes, mergeTemplate, populateTemplateContext, stripCDATA
 
Methods inherited from class com.liferay.portal.kernel.templateparser.BaseTemplateParser
getArticleGroupId, getCompany, getCompanyGroupId, getCompanyId, getDevice, getGroupId, getLanguageId, getScopeGroupId, getScript, getTemplateId, getThemeDisplay, getTokens, getViewMode, getXML, insertRequestVariables, setContextObjects, setLanguageId, setScript, setThemeDisplay, setTokens, setViewMode, setXML, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityTemplateParser

public VelocityTemplateParser()
Method Detail

getErrorTemplateContent

protected String getErrorTemplateContent()
Overrides:
getErrorTemplateContent in class VelocityTemplateParser

getErrorTemplateId

protected String getErrorTemplateId()
Overrides:
getErrorTemplateId in class VelocityTemplateParser

getTemplateContext

protected TemplateContext getTemplateContext()
                                      throws Exception
Overrides:
getTemplateContext in class VelocityTemplateParser
Throws:
Exception

Liferay 6.1.2-ce-ga3