Uses of Interface
com.atlassian.confluence.themes.Theme
-
-
Uses of Theme in com.atlassian.confluence.core.actions
Methods in com.atlassian.confluence.core.actions that return Theme Modifier and Type Method Description ThemeFourOhFourAction. getTheme() -
Uses of Theme in com.atlassian.confluence.impl.themes
Methods in com.atlassian.confluence.impl.themes that return Theme Modifier and Type Method Description ThemePluginThemesAccessor. extractTheme(String themeModuleKey) -
Uses of Theme in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Theme Modifier and Type Method Description ThemeThemeModuleDescriptor. getModule() -
Uses of Theme in com.atlassian.confluence.renderer.actions
Methods in com.atlassian.confluence.renderer.actions that return Theme Modifier and Type Method Description ThemeRenderContentAction. getActiveTheme() -
Uses of Theme in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement Theme Modifier and Type Class Description classBasicThemeA theme that is loaded from a Confluence plugin.classDefaultThemeRepresents the default Confluence theme with stylesheets.classExperimentalUnsupportedThemeLike BasicTheme, but allows you to do some truly evil stuff like overriding Velocity results and turning off Sitemesh.Methods in com.atlassian.confluence.themes that return Theme Modifier and Type Method Description ThemeThemeContext. getAppliedTheme()ThemeDefaultThemeManager. getGlobalTheme()ThemeThemeContext. getGlobalTheme()ThemeThemeManager. getGlobalTheme()Gets the globally configured theme.static ThemeDefaultTheme. getInstance()ThemeDefaultThemeManager. getSpaceTheme(String spaceKey)Retrieve the theme configured for an identified space.ThemeThemeContext. getSpaceTheme()ThemeThemeManager. getSpaceTheme(String spaceKey)Methods in com.atlassian.confluence.themes with parameters of type Theme Modifier and Type Method Description static voidThemeContext. set(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme)Constructors in com.atlassian.confluence.themes with parameters of type Theme Constructor Description ThemeContext(Space currentSpace, Theme spaceTheme, Theme globalTheme)
-