Liferay 6.2.0-ce-m1

Uses of Class
com.liferay.portal.kernel.template.TemplateContextType

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

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

Methods in com.liferay.portal.kernel.template that return TemplateContextType
static TemplateContextType TemplateContextType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemplateContextType[] TemplateContextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.template with parameters of type TemplateContextType
static Template TemplateManagerUtil.getTemplate(String templateManagerName, TemplateResource templateResource, TemplateContextType templateContextType)
           
static Template TemplateManagerUtil.getTemplate(String templateManagerName, TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType)
           
 Template TemplateManager.getTemplate(TemplateResource templateResource, TemplateContextType templateContextType)
           
 Template TemplateManager.getTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType)
           
 


Liferay 6.2.0-ce-m1