Class BasePortletDisplayTemplateHandler

java.lang.Object
com.liferay.portal.kernel.template.BaseTemplateHandler
com.liferay.portlet.display.template.BasePortletDisplayTemplateHandler
All Implemented Interfaces:
com.liferay.portal.kernel.template.TemplateHandler

public abstract class BasePortletDisplayTemplateHandler extends com.liferay.portal.kernel.template.BaseTemplateHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,com.liferay.portal.kernel.template.TemplateVariableGroup>
    getTemplateVariableGroups(long classPK, String language, Locale locale)
     
    boolean
     

    Methods inherited from class com.liferay.portal.kernel.template.BaseTemplateHandler

    getCustomContextObjects, getDefaultTemplateElements, getDefaultTemplateKey, getRestrictedVariables, getTemplatesConfigPath, getTemplatesHelpContent, getTemplatesHelpPath, getTemplatesHelpPropertyKey

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.template.TemplateHandler

    getClassName, getName, getResourceName, isEnabled
  • Constructor Details

    • BasePortletDisplayTemplateHandler

      public BasePortletDisplayTemplateHandler()
  • Method Details

    • getTemplateVariableGroups

      public Map<String,com.liferay.portal.kernel.template.TemplateVariableGroup> getTemplateVariableGroups(long classPK, String language, Locale locale) throws Exception
      Throws:
      Exception
    • isDisplayTemplateHandler

      public boolean isDisplayTemplateHandler()