Liferay 6.1.2-ce-ga3

com.liferay.portal.theme
Class ThemeLoader

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

public class ThemeLoader
extends Object


Constructor Summary
protected ThemeLoader(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls)
           
 
Method Summary
protected  void destroy()
           
 File getFileStorage()
           
 String getServletContextName()
           
 String getThemesPath()
           
 void loadThemes()
           
protected  void registerTheme(File liferayLookAndFeelXML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLoader

protected ThemeLoader(String servletContextName,
                      javax.servlet.ServletContext servletContext,
                      String[] xmls)
Method Detail

getFileStorage

public File getFileStorage()

getServletContextName

public String getServletContextName()

getThemesPath

public String getThemesPath()

loadThemes

public void loadThemes()

destroy

protected void destroy()

registerTheme

protected void registerTheme(File liferayLookAndFeelXML)

Liferay 6.1.2-ce-ga3