Liferay 6.2.0-ce-m5

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.layoutconfiguration.util   
com.liferay.portal.template   
com.liferay.portal.templateparser   
com.liferay.portal.velocity   
com.liferay.portal.xsl   
com.liferay.taglib.util   
 

Uses of TemplateContextType in com.liferay.portal.freemarker
 

Methods in com.liferay.portal.freemarker with parameters of type TemplateContextType
protected  Template FreeMarkerManager.doGetTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType, Map<String,Object> helperUtilities)
           
 

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.layoutconfiguration.util
 

Methods in com.liferay.portal.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.portal.template
 

Methods in com.liferay.portal.template with parameters of type TemplateContextType
protected  Map<String,Object> TemplateContextHelper.doGetHelperUtilities(ClassLoader classLoader, TemplateContextType templateContextType)
           
protected abstract  Template BaseTemplateManager.doGetTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType, Map<String,Object> helperUtilities)
           
 Map<String,Object> TemplateContextHelper.getHelperUtilities(TemplateContextType templateContextType)
           
 Template BaseTemplateManager.getTemplate(TemplateResource templateResource, TemplateContextType templateContextType)
           
 Template BaseTemplateManager.getTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType)
           
 

Uses of TemplateContextType in com.liferay.portal.templateparser
 

Methods in com.liferay.portal.templateparser that return TemplateContextType
protected  TemplateContextType Transformer.getTemplateContextType(String langType)
           
 

Constructors in com.liferay.portal.templateparser with parameters of type TemplateContextType
Transformer(String transformerListenerPropertyKey, String errorTemplatePropertyKey, TemplateContextType defaultTemplateContextType)
           
 

Uses of TemplateContextType in com.liferay.portal.velocity
 

Methods in com.liferay.portal.velocity with parameters of type TemplateContextType
protected  Template VelocityManager.doGetTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType, Map<String,Object> helperUtilities)
           
 

Uses of TemplateContextType in com.liferay.portal.xsl
 

Methods in com.liferay.portal.xsl with parameters of type TemplateContextType
protected  Template XSLManager.doGetTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, TemplateContextType templateContextType, Map<String,Object> helperUtilities)
           
 

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-m5