public interface

ThemeManager

com.atlassian.confluence.themes.ThemeManager
Known Indirect Subclasses

Summary

Public Methods
List getAvailableThemeDescriptors()
Theme getGlobalTheme()
Gets the globally configured theme.
String getGlobalThemeKey()
Theme getSpaceTheme(String spaceKey)
String getSpaceThemeKey(String spaceKey)
void setGlobalTheme(String themeCompleteKey)
void setSpaceTheme(String spaceKey, String themeCompleteKey)

Public Methods

public List getAvailableThemeDescriptors ()

public Theme getGlobalTheme ()

Gets the globally configured theme. If no theme is configured or the globally configured theme is a plugin that cannot be found, then the DefaultTheme should be returned.

Returns
  • a theme, not null.

public String getGlobalThemeKey ()

public Theme getSpaceTheme (String spaceKey)

public String getSpaceThemeKey (String spaceKey)

public void setGlobalTheme (String themeCompleteKey)

public void setSpaceTheme (String spaceKey, String themeCompleteKey)