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 class
BandanaThemeKeyDao
An implementation ofThemeKeyDao
backed by Bandana.class
CachingThemeKeyDao
An implementation ofThemeKeyDao
that caches the responses from a delegate.Methods in com.atlassian.confluence.impl.themes with parameters of type ThemeKeyDao Modifier and Type Method Description static CachingThemeKeyDao
CachingThemeKeyDao. 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 void
DefaultThemeManager. setThemeKeyDao(ThemeKeyDao themeKeyDao)
-