Liferay 7.0-ce-m6

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

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

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)
           
 

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.
 

Uses of TemplateVariableGroup in com.liferay.portlet.portletdisplaytemplate.util
 

Methods in com.liferay.portlet.portletdisplaytemplate.util that return types with arguments of type TemplateVariableGroup
 Map<String,TemplateVariableGroup> PortletDisplayTemplate.getTemplateVariableGroups(String language)
           
static Map<String,TemplateVariableGroup> PortletDisplayTemplateUtil.getTemplateVariableGroups(String language)
          Returns the portlet display template's map of script variable groups for which hints are displayed in the template editor palette.
 


Liferay 7.0-ce-m6