Uses of Interface
com.atlassian.confluence.themes.Theme

Packages that use Theme
com.atlassian.confluence.core.actions   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.themes   
 

Uses of Theme in com.atlassian.confluence.core.actions
 

Methods in com.atlassian.confluence.core.actions that return Theme
 Theme CombinedStylesheetAction.getTheme()
          Deprecated.  
 Theme AdminStylesheetAction.getTheme()
           
 

Uses of Theme in com.atlassian.confluence.plugin.descriptor
 

Methods in com.atlassian.confluence.plugin.descriptor that return Theme
 Theme ThemeModuleDescriptor.getModule()
           
 

Uses of Theme in com.atlassian.confluence.themes
 

Classes in com.atlassian.confluence.themes that implement Theme
 class BasicTheme
          A theme that is loaded from a Confluence plugin.
 class DefaultTheme
          Represents the default Confluence theme with stylesheets.
 class ExperimentalUnsupportedTheme
          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 Theme
 Theme ThemeContext.getAppliedTheme()
           
 Theme ThemeManager.getGlobalTheme()
          Gets the globally configured theme.
 Theme ThemeContext.getGlobalTheme()
           
 Theme DefaultThemeManager.getGlobalTheme()
           
static Theme DefaultTheme.getInstance()
           
 Theme ThemeContext.getSpaceTheme()
           
 Theme ThemeManager.getSpaceTheme(String spaceKey)
           
 Theme DefaultThemeManager.getSpaceTheme(String spaceKey)
          Retrieve the theme configured for an identified space.
 

Methods in com.atlassian.confluence.themes with parameters of type Theme
static void ThemeContext.set(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme)
           
 

Constructors in com.atlassian.confluence.themes with parameters of type Theme
ThemeContext(Space currentSpace, Theme spaceTheme, Theme globalTheme)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.