Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class ColorSchemeFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ColorSchemeFactoryUtil

public class ColorSchemeFactoryUtil
extends Object


Constructor Summary
ColorSchemeFactoryUtil()
           
 
Method Summary
static ColorScheme getColorScheme()
           
static ColorScheme getColorScheme(String colorSchemeId)
           
static ColorScheme getColorScheme(String colorSchemeId, String name, String cssClass)
           
static ColorSchemeFactory getColorSchemeFactory()
           
static ColorScheme getDefaultRegularColorScheme()
           
static String getDefaultRegularColorSchemeId()
           
static ColorScheme getDefaultWapColorScheme()
           
static String getDefaultWapColorSchemeId()
           
 void setColorSchemeFactory(ColorSchemeFactory colorSchemeFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorSchemeFactoryUtil

public ColorSchemeFactoryUtil()
Method Detail

getColorScheme

public static ColorScheme getColorScheme()

getColorScheme

public static ColorScheme getColorScheme(String colorSchemeId)

getColorScheme

public static ColorScheme getColorScheme(String colorSchemeId,
                                         String name,
                                         String cssClass)

getColorSchemeFactory

public static ColorSchemeFactory getColorSchemeFactory()

getDefaultRegularColorScheme

public static ColorScheme getDefaultRegularColorScheme()

getDefaultRegularColorSchemeId

public static String getDefaultRegularColorSchemeId()

getDefaultWapColorScheme

public static ColorScheme getDefaultWapColorScheme()

getDefaultWapColorSchemeId

public static String getDefaultWapColorSchemeId()

setColorSchemeFactory

public void setColorSchemeFactory(ColorSchemeFactory colorSchemeFactory)

Liferay 6.2-ce-ga5