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

Packages that use ThemeManager
com.atlassian.confluence.core.actions   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor.web.conditions   
com.atlassian.confluence.plugin.webresource   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.gadgets.confluencepagegadget   
com.atlassian.confluence.renderer.actions   
com.atlassian.confluence.security.actions   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.themes   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util   
com.atlassian.confluence.util.breadcrumbs This package groups the breadcrumb logic: All breadcrumbs for global admin and other general purpose, Breadcrumb generation and interfaces, Pre-5.0 breadcrumbs for Spaces. 
 

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

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

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

Methods in com.atlassian.confluence.importexport.actions that return ThemeManager
 ThemeManager RestorePageAction.getThemeManager()
           
 

Methods in com.atlassian.confluence.importexport.actions with parameters of type ThemeManager
 void RestorePageAction.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.pages
 

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

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

Fields in com.atlassian.confluence.pages.actions declared as ThemeManager
protected  ThemeManager AbstractCreatePageAction.themeManager
           
 

Methods in com.atlassian.confluence.pages.actions that return ThemeManager
 ThemeManager PageNotFoundAction.getThemeManager()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type ThemeManager
 void ViewPageAction.setThemeManager(ThemeManager themeManager)
           
 void PageNotFoundAction.setThemeManager(ThemeManager themeManager)
           
 void AbstractCreatePageAction.setThemeManager(ThemeManager themeManager)
           
 

Uses of ThemeManager in com.atlassian.confluence.plugin.descriptor.web.conditions
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type ThemeManager
 void SpaceSidebarCondition.setThemeManager(ThemeManager themeManager)
           
 void ActiveThemeCondition.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.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration, ThemeManager themeManager, StylesheetManager stylesheetManager, CssResourceCounterManager cssResourceCounterManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ResourceAccessor resourceAccessor, SettingsManager settingsManager, Counter pluginCounter)
           
 

Uses of ThemeManager in com.atlassian.confluence.plugins.doctheme
 

Methods in com.atlassian.confluence.plugins.doctheme with parameters of type ThemeManager
 void DocThemeHelper.setThemeManager(ThemeManager themeManager)
           
 

Constructors in com.atlassian.confluence.plugins.doctheme with parameters of type ThemeManager
DocThemeEnabledCondition(ThemeManager mgr)
           
 

Uses of ThemeManager in com.atlassian.confluence.plugins.gadgets.confluencepagegadget
 

Constructors in com.atlassian.confluence.plugins.gadgets.confluencepagegadget with parameters of type ThemeManager
PageGadgetResource(PageManager pageManager, Renderer viewRenderer, SettingsManager settingsManager, ConfluenceWebResourceManager webResourceManager, ThemeManager themeManager, PermissionManager permissionManager, UserAccessor userAccessor)
           
 

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

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

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

Fields in com.atlassian.confluence.security.actions declared as ThemeManager
protected  ThemeManager ViewSpacePermissionsAction.themeManager
           
 

Methods in com.atlassian.confluence.security.actions that return ThemeManager
 ThemeManager ViewSpacePermissionsAction.getThemeManager()
           
 ThemeManager EditSpacePermissionsAction.getThemeManager()
           
 

Methods in com.atlassian.confluence.security.actions with parameters of type ThemeManager
 void ViewSpacePermissionsAction.setThemeManager(ThemeManager themeManager)
           
 void EditSpacePermissionsAction.setThemeManager(ThemeManager themeManager)
           
 

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

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

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

Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeManager
 void ConfigureSpaceLogoAction.setThemeManager(ThemeManager themeManager)
           
 void AbstractSpaceAction.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, String template_extension)
           
 

Uses of ThemeManager in com.atlassian.confluence.util.breadcrumbs
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type ThemeManager
DefaultBreadcrumbGenerator(ThemeManager themeManager)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.