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   
com.liferay.portal.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.
 

Uses of TemplateVariableGroup in com.liferay.portal.template
 

Methods in com.liferay.portal.template that return types with arguments of type TemplateVariableGroup
static Map<String,TemplateVariableGroup> TemplateContextHelper.getTemplateVariableGroups(long classNameId, long classPK, String language, Locale locale)
           
 


Liferay 7.0-ce-b4