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

Packages that use ThemeManager
com.atlassian.confluence.admin.actions.lookandfeel   
com.atlassian.confluence.core.actions   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.plugin.webresource   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.themes   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util   
 

Uses of ThemeManager in com.atlassian.confluence.admin.actions.lookandfeel
 

Fields in com.atlassian.confluence.admin.actions.lookandfeel declared as ThemeManager
protected  ThemeManager AbstractLookAndFeelAction.themeManager
           
 

Methods in com.atlassian.confluence.admin.actions.lookandfeel with parameters of type ThemeManager
 void AbstractLookAndFeelAction.setThemeManager(ThemeManager themeManager)
           
 

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

Methods in com.atlassian.confluence.core.actions with parameters of type ThemeManager
 void StylesheetAction.setThemeManager(ThemeManager themeManager)
          Deprecated.  
 void CombinedStylesheetAction.setThemeManager(ThemeManager themeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type ThemeManager
 void AbstractRendererExporterImpl.setThemeManager(ThemeManager themeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.plugin.webresource
 

Constructors in com.atlassian.confluence.plugin.webresource with parameters of type ThemeManager
DefaultConfluenceWebResourceManager(com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration, ThemeManager themeManager, LocaleManager localeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.spaces.actions
 

Fields in com.atlassian.confluence.spaces.actions declared as ThemeManager
protected  ThemeManager AbstractCreateSpaceAction.themeManager
           
 

Methods in com.atlassian.confluence.spaces.actions that return ThemeManager
 ThemeManager AbstractCreateSpaceAction.getThemeManager()
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeManager
 void AbstractCreateSpaceAction.setThemeManager(ThemeManager themeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type ThemeManager
 void FuncTestRpcHandlerImpl.setThemeManager(ThemeManager themeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.themes
 

Classes in com.atlassian.confluence.themes that implement ThemeManager
 class DefaultThemeManager
          For CONF-9959, this manager will only retrieve theme settings from bandana if the system has been successfully upgraded.
 

Methods in com.atlassian.confluence.themes with parameters of type ThemeManager
 void DefaultStylesheetManager.setThemeManager(ThemeManager themeManager)
           
 void DefaultColourSchemeManager.setThemeManager(ThemeManager themeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type ThemeManager
ClickrLeftNavMigrationUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory, SpaceManager spaceManager, ThemeManager themeManager)
           
RemoveClassicThemeUpgradeTask(SpaceManager spaceManager, ThemeManager themeManager, net.sf.hibernate.SessionFactory sessionFactory)
           
 

Uses of ThemeManager in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type ThemeManager
 void LayoutHelper.setThemeManager(ThemeManager themeManager)
           
 

Constructors in com.atlassian.confluence.util with parameters of type ThemeManager
TemplateSupport(ThemeManager themeManager, java.lang.String template_extension)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.