Class BandanaSiteDarkFeaturesDao
java.lang.Object
com.atlassian.confluence.impl.feature.BandanaSiteDarkFeaturesDao
- All Implemented Interfaces:
SiteDarkFeaturesDao
An implementation of
SiteDarkFeaturesDao
based upon Bandana.- Since:
- 7.7
-
Constructor Summary
ConstructorDescriptionBandanaSiteDarkFeaturesDao
(com.atlassian.bandana.BandanaManager bandanaManager) -
Method Summary
Modifier and TypeMethodDescriptionboolean
disableSiteFeature
(String featureKey) boolean
enableSiteFeature
(String featureKey)
-
Constructor Details
-
BandanaSiteDarkFeaturesDao
public BandanaSiteDarkFeaturesDao(com.atlassian.bandana.BandanaManager bandanaManager)
-
-
Method Details
-
getSiteEnabledFeatures
- Specified by:
getSiteEnabledFeatures
in interfaceSiteDarkFeaturesDao
-
enableSiteFeature
- Specified by:
enableSiteFeature
in interfaceSiteDarkFeaturesDao
-
disableSiteFeature
- Specified by:
disableSiteFeature
in interfaceSiteDarkFeaturesDao
-