Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.template.TemplateManager

Packages that use TemplateManager
com.liferay.portal.freemarker   
com.liferay.portal.kernel.template   
com.liferay.portal.template   
com.liferay.portal.velocity   
com.liferay.portal.xsl   
 

Uses of TemplateManager in com.liferay.portal.freemarker
 

Classes in com.liferay.portal.freemarker that implement TemplateManager
 class FreeMarkerManager
           
 

Uses of TemplateManager in com.liferay.portal.kernel.template
 

Methods in com.liferay.portal.kernel.template that return TemplateManager
static TemplateManager TemplateManagerUtil.getTemplateManager(String templateManagerName)
           
 

Methods in com.liferay.portal.kernel.template that return types with arguments of type TemplateManager
static Map<String,TemplateManager> TemplateManagerUtil.getTemplateManagers()
           
 

Methods in com.liferay.portal.kernel.template with parameters of type TemplateManager
static void TemplateManagerUtil.registerTemplateManager(TemplateManager templateManager)
           
 

Method parameters in com.liferay.portal.kernel.template with type arguments of type TemplateManager
 void TemplateManagerUtil.setTemplateManagers(List<TemplateManager> templateManagers)
           
 

Uses of TemplateManager in com.liferay.portal.template
 

Classes in com.liferay.portal.template that implement TemplateManager
 class BaseTemplateManager
           
 

Uses of TemplateManager in com.liferay.portal.velocity
 

Classes in com.liferay.portal.velocity that implement TemplateManager
 class VelocityManager
           
 

Uses of TemplateManager in com.liferay.portal.xsl
 

Classes in com.liferay.portal.xsl that implement TemplateManager
 class XSLManager
           
 


Liferay 6.2-ce-ga5