Liferay 7.0-ce-b4

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

Packages that use TemplateVariableGroup
com.liferay.portal.kernel.portletdisplaytemplate   
com.liferay.portal.kernel.template   
 

Uses of TemplateVariableGroup in com.liferay.portal.kernel.portletdisplaytemplate
 

Methods in com.liferay.portal.kernel.portletdisplaytemplate that return types with arguments of type TemplateVariableGroup
 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)
           
 

Uses of TemplateVariableGroup in com.liferay.portal.kernel.template
 

Methods in com.liferay.portal.kernel.template that return types with arguments of type TemplateVariableGroup
 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.
 


Liferay 7.0-ce-b4