Liferay 6.2-ce-ga5

com.liferay.portal.lar
Class ThemeExporter

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

public class ThemeExporter
extends Object


Constructor Summary
ThemeExporter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeExporter

public ThemeExporter()
Method Detail

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 6.2-ce-ga5