Liferay 6.2.0-ce-m4

com.liferay.portlet.journal.util
Class XSLTemplateParser

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

public class XSLTemplateParser
extends VelocityTemplateParser


Constructor Summary
XSLTemplateParser()
           
 
Method Summary
protected  String getErrorTemplateId()
           
protected  TemplateContext getTemplateContext()
           
 
Methods inherited from class com.liferay.portlet.journal.util.VelocityTemplateParser
getErrorTemplateResource, getJournalTemplatesPath, getTemplateNodes, mergeTemplate, populateTemplateContext, stripCDATA
 
Methods inherited from class com.liferay.portal.kernel.templateparser.BaseTemplateParser
getCompany, getCompanyGroupId, getCompanyId, getDevice, getGroupId, getLanguageId, 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

XSLTemplateParser

public XSLTemplateParser()
Method Detail

getErrorTemplateId

protected String getErrorTemplateId()
Overrides:
getErrorTemplateId in class VelocityTemplateParser

getTemplateContext

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

Liferay 6.2.0-ce-m4