Uses of Interface
com.atlassian.confluence.themes.Theme
Packages that use Theme
Package
Description
-
Uses of Theme in com.atlassian.confluence.core.actions
Methods in com.atlassian.confluence.core.actions that return Theme -
Uses of Theme in com.atlassian.confluence.impl.themes
Methods in com.atlassian.confluence.impl.themes that return Theme -
Uses of Theme in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Theme -
Uses of Theme in com.atlassian.confluence.renderer.actions
Methods in com.atlassian.confluence.renderer.actions that return Theme -
Uses of Theme in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemeModifier and TypeClassDescriptionclass
A theme that is loaded from a Confluence plugin.class
Represents the default Confluence theme with stylesheets.class
Like 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 ThemeModifier and TypeMethodDescriptionThemeContext.getAppliedTheme()
DefaultThemeManager.getGlobalTheme()
ThemeContext.getGlobalTheme()
ThemeManager.getGlobalTheme()
Gets the globally configured theme.static Theme
DefaultTheme.getInstance()
DefaultThemeManager.getSpaceTheme
(String spaceKey) Retrieve the theme configured for an identified space.ThemeContext.getSpaceTheme()
ThemeManager.getSpaceTheme
(String spaceKey) Methods in com.atlassian.confluence.themes with parameters of type ThemeModifier and TypeMethodDescriptionstatic void
ThemeContext.set
(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme) Constructors in com.atlassian.confluence.themes with parameters of type ThemeModifierConstructorDescriptionThemeContext
(Space currentSpace, Theme spaceTheme, Theme globalTheme)