Class BandanaThemeKeyDao
java.lang.Object
com.atlassian.confluence.impl.themes.BandanaThemeKeyDao
- All Implemented Interfaces:
ThemeKeyDao
An implementation of
ThemeKeyDao
backed by Bandana.- Since:
- 7.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpaceThemeKey
(@Nullable String spaceKey) void
setGlobalThemeKey
(String themeCompleteKey) void
setSpaceThemeKey
(String spaceKey, String themeKey)
-
Constructor Details
-
BandanaThemeKeyDao
-
-
Method Details
-
getGlobalThemeKey
- Specified by:
getGlobalThemeKey
in interfaceThemeKeyDao
-
setGlobalThemeKey
- Specified by:
setGlobalThemeKey
in interfaceThemeKeyDao
-
getSpaceThemeKey
- Specified by:
getSpaceThemeKey
in interfaceThemeKeyDao
-
setSpaceThemeKey
- Specified by:
setSpaceThemeKey
in interfaceThemeKeyDao
-