Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.kernel.templateparser.TemplateContext

Packages that use TemplateContext
com.liferay.portal.kernel.freemarker   
com.liferay.portal.kernel.templateparser   
com.liferay.portal.kernel.velocity   
 

Uses of TemplateContext in com.liferay.portal.kernel.freemarker
 

Subinterfaces of TemplateContext in com.liferay.portal.kernel.freemarker
 interface FreeMarkerContext
           
 

Uses of TemplateContext in com.liferay.portal.kernel.templateparser
 

Methods in com.liferay.portal.kernel.templateparser that return TemplateContext
protected abstract  TemplateContext BaseTemplateParser.getTemplateContext()
           
 

Methods in com.liferay.portal.kernel.templateparser with parameters of type TemplateContext
protected abstract  boolean BaseTemplateParser.mergeTemplate(TemplateContext templateContext, UnsyncStringWriter unsyncStringWriter)
           
protected  void BaseTemplateParser.populateTemplateContext(TemplateContext templateContext)
           
 

Uses of TemplateContext in com.liferay.portal.kernel.velocity
 

Subinterfaces of TemplateContext in com.liferay.portal.kernel.velocity
 interface VelocityContext
           
 


Liferay 6.1.10-ee-ga1