Liferay 7.0-ce-m3

com.liferay.portal.lar
Class ThemeExporter

java.lang.Object
  extended by com.liferay.portal.lar.ThemeExporter

public class ThemeExporter
extends Object


Method Summary
 void exportTheme(PortletDataContext portletDataContext, LayoutSet layoutSet)
           
 void exportTheme(PortletDataContext portletDataContext, LayoutSetBranch layoutSetBranch)
           
protected  void exportThemeSettings(PortletDataContext portletDataContext, String themeId, String colorSchemeId, String css)
           
static ThemeExporter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ThemeExporter getInstance()

exportTheme

public void exportTheme(PortletDataContext portletDataContext,
                        LayoutSet layoutSet)
                 throws Exception
Throws:
Exception

exportTheme

public void exportTheme(PortletDataContext portletDataContext,
                        LayoutSetBranch layoutSetBranch)
                 throws Exception
Throws:
Exception

exportThemeSettings

protected void exportThemeSettings(PortletDataContext portletDataContext,
                                   String themeId,
                                   String colorSchemeId,
                                   String css)
                            throws Exception
Throws:
Exception

Liferay 7.0-ce-m3