Liferay 6.0.5

com.liferay.portal.theme
Class ThemeLoaderFactory

java.lang.Object
  extended by com.liferay.portal.theme.ThemeLoaderFactory

public class ThemeLoaderFactory
extends Object


Constructor Summary
ThemeLoaderFactory()
           
 
Method Summary
static boolean destroy(String servletContextName)
           
static ThemeLoader getDefaultThemeLoader()
           
static ThemeLoader getThemeLoader(String servletContextName)
           
static void init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls)
           
static void loadThemes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLoaderFactory

public ThemeLoaderFactory()
Method Detail

init

public static void init(String servletContextName,
                        javax.servlet.ServletContext servletContext,
                        String[] xmls)

destroy

public static boolean destroy(String servletContextName)

getDefaultThemeLoader

public static ThemeLoader getDefaultThemeLoader()

getThemeLoader

public static ThemeLoader getThemeLoader(String servletContextName)

loadThemes

public static void loadThemes()

Liferay 6.0.5