Liferay 6.1.2-ce-ga3

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   
com.liferay.portal.theme This package defines the portal theme classes. 
 

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
           
 

Uses of TemplateContext in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return TemplateContext
 TemplateContext RequestVars.getTemplateContext()
           
 

Constructors in com.liferay.portal.theme with parameters of type TemplateContext
RequestVars(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, long ancestorPlid, long ancestorLayoutId, TemplateContext templateContext)
           
 


Liferay 6.1.2-ce-ga3