public class LayoutHelper extends Object
Modifier and Type | Field and Description |
---|---|
static List |
BUTTON_VALUE_LIST |
protected static String |
FS |
static String |
GLOBAL_CONFIGPATH |
static org.apache.log4j.Category |
log
Deprecated.
Since 5.5, use private logger
|
static String |
SPACE_CONFIGPATH |
static String |
TEMPLATE_PATH |
static String |
THEME_ICON |
Constructor and Description |
---|
LayoutHelper() |
Modifier and Type | Method and Description |
---|---|
ThemeModuleDescriptor |
findThemeDescriptor(String moduleCompleteKey) |
static void |
flushThemeComponents(String spaceKey) |
List |
getColourSchemeTypes() |
String |
getConfigPath(ThemeModuleDescriptor descriptor,
String configPath) |
static String |
getFullTemplatePath() |
boolean |
hasIcon(ThemeModuleDescriptor descriptor) |
boolean |
isGlobal() |
void |
setGlobal(boolean global) |
void |
setThemeManager(ThemeManager themeManager) |
public static final String TEMPLATE_PATH
protected static final String FS
public static final String THEME_ICON
@Deprecated public static final org.apache.log4j.Category log
public static final String GLOBAL_CONFIGPATH
public static final String SPACE_CONFIGPATH
public static final List BUTTON_VALUE_LIST
public static void flushThemeComponents(String spaceKey)
public ThemeModuleDescriptor findThemeDescriptor(String moduleCompleteKey)
public boolean hasIcon(ThemeModuleDescriptor descriptor)
public String getConfigPath(ThemeModuleDescriptor descriptor, String configPath)
public List getColourSchemeTypes()
public boolean isGlobal()
public void setGlobal(boolean global)
public void setThemeManager(ThemeManager themeManager)
public static String getFullTemplatePath()
Copyright © 2003–2017 Atlassian. All rights reserved.