Uses of Interface
com.atlassian.confluence.impl.themes.ThemeKeyDao
-
Packages that use ThemeKeyDao Package Description com.atlassian.confluence.impl.themes com.atlassian.confluence.themes -
-
Uses of ThemeKeyDao in com.atlassian.confluence.impl.themes
Classes in com.atlassian.confluence.impl.themes that implement ThemeKeyDao Modifier and Type Class Description classBandanaThemeKeyDaoAn implementation ofThemeKeyDaobacked by Bandana.classCachingThemeKeyDaoAn implementation ofThemeKeyDaothat caches the responses from a delegate.Methods in com.atlassian.confluence.impl.themes with parameters of type ThemeKeyDao Modifier and Type Method Description static CachingThemeKeyDaoCachingThemeKeyDao. create(ThemeKeyDao delegate, com.atlassian.cache.CacheFactory cacheFactory) -
Uses of ThemeKeyDao in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes with parameters of type ThemeKeyDao Modifier and Type Method Description voidDefaultThemeManager. setThemeKeyDao(ThemeKeyDao themeKeyDao)
-