Liferay 6.2-ce-ga5

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

Packages that use TemplateManager
com.liferay.portal.kernel.template   
 

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)
           
 


Liferay 6.2-ce-ga5