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 -
Method Summary
Modifier and TypeMethodDescriptiongetTemplateVariableGroups
(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