Package com.atlassian.confluence.util
Class LayoutHelper
java.lang.Object
com.atlassian.confluence.util.LayoutHelper
This class provides helper methods to retrieve layout templates and handles a few basic theme tasks.
The helper was introduced to extract all the template retrieval related functions out of the AbstractLookAndFeelAction.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindThemeDescriptor
(String moduleCompleteKey) static void
flushThemeComponents
(String spaceKey) getConfigPath
(ThemeModuleDescriptor descriptor, String configPath) static String
boolean
hasIcon
(ThemeModuleDescriptor descriptor) boolean
isGlobal()
void
setGlobal
(boolean global) void
setThemeManager
(ThemeManager themeManager)
-
Field Details
-
TEMPLATE_PATH
- See Also:
-
FS
-
THEME_ICON
- See Also:
-
GLOBAL_CONFIGPATH
- See Also:
-
SPACE_CONFIGPATH
- See Also:
-
BUTTON_VALUE_LIST
-
-
Constructor Details
-
LayoutHelper
public LayoutHelper()
-
-
Method Details
-
flushThemeComponents
-
findThemeDescriptor
-
hasIcon
-
getConfigPath
-
getColourSchemeTypes
-
isGlobal
public boolean isGlobal() -
setGlobal
public void setGlobal(boolean global) -
setThemeManager
-
getFullTemplatePath
-