Package | Description |
---|---|
com.liferay.portal.kernel.portletdisplaytemplate | |
com.liferay.portal.kernel.template |
Modifier and Type | Method and Description |
---|---|
Map<String,TemplateVariableGroup> |
BasePortletDisplayTemplateHandler.getTemplateVariableGroups(long classPK,
String language,
Locale locale) |
static Map<String,TemplateVariableGroup> |
PortletDisplayTemplateManagerUtil.getTemplateVariableGroups(String language) |
Map<String,TemplateVariableGroup> |
PortletDisplayTemplateManager.getTemplateVariableGroups(String language) |
Modifier and Type | Method and Description |
---|---|
Map<String,TemplateVariableGroup> |
TemplateHandler.getTemplateVariableGroups(long classPK,
String language,
Locale locale)
Returns the template's map of script variable groups for which hints are
displayed in the template editor palette.
|