Liferay 6.2.0-ce-m3

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

Packages that use TemplateContextType
com.liferay.portal.freemarker   
com.liferay.portal.kernel.template   
com.liferay.portal.velocity   
com.liferay.portlet.layoutconfiguration.util   
com.liferay.taglib.util   
 

Uses of TemplateContextType in com.liferay.portal.freemarker
 

Methods in com.liferay.portal.freemarker with parameters of type TemplateContextType
 Template FreeMarkerManager.getTemplate(TemplateResource templateResource, TemplateContextType templateContextType)
           
 Template FreeMarkerManager.getTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType)
           
 

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)
           
 

Uses of TemplateContextType in com.liferay.portal.velocity
 

Methods in com.liferay.portal.velocity with parameters of type TemplateContextType
 Template VelocityManager.getTemplate(TemplateResource templateResource, TemplateContextType templateContextType)
           
 Template VelocityManager.getTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType)
           
 

Uses of TemplateContextType in com.liferay.portlet.layoutconfiguration.util
 

Methods in com.liferay.portlet.layoutconfiguration.util with parameters of type TemplateContextType
protected  void RuntimePageImpl.doProcessCustomizationSettings(javax.servlet.jsp.PageContext pageContext, TemplateResource templateResource, TemplateContextType templateContextType)
           
protected  StringBundler RuntimePageImpl.doProcessTemplate(javax.servlet.jsp.PageContext pageContext, String portletId, TemplateResource templateResource, TemplateContextType templateContextType)
           
 

Uses of TemplateContextType in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type TemplateContextType
protected static String ThemeUtil.doIncludeFTL(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String path, Theme theme, TemplateContextType templateContextType, boolean write)
           
protected static String ThemeUtil.doIncludeVM(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String page, Theme theme, TemplateContextType templateContextType, boolean write)
           
 


Liferay 6.2.0-ce-m3