Uses of Interface
com.atlassian.confluence.themes.ThemeManager
Packages that use ThemeManager
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
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 ThemeManagerModifier and TypeMethodDescriptionvoidFourOhFourAction.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type ThemeManager -
Uses of ThemeManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ThemeManagerModifier and TypeMethodDescriptionvoidAbstractRendererExporterImpl.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.impl.sitemesh
Constructors in com.atlassian.confluence.impl.sitemesh with parameters of type ThemeManagerModifierConstructorDescriptionConfluenceSpaceDecoratorMapper(ThemeManager themeManager, org.apache.struts2.views.velocity.VelocityManager velocityManager) -
Uses of ThemeManager in com.atlassian.confluence.impl.spring
Methods in com.atlassian.confluence.impl.spring with parameters of type ThemeManagerModifier and TypeMethodDescriptionConfluenceWebresourceManagerWiring.confluenceWebResourceService(com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, CssResourceCounterManager cssResourceCounterManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, StylesheetManager stylesheetManager, ThemeManager themeManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, DarkFeaturesManager darkFeaturesManager, ColourSchemeManager colourSchemeManager) -
Uses of ThemeManager in com.atlassian.confluence.impl.themes
Constructors in com.atlassian.confluence.impl.themes with parameters of type ThemeManagerModifierConstructorDescriptionThemeContextRequestHelper(ThemeManager themeManager, SpaceManager spaceManager) -
Uses of ThemeManager in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type ThemeManagerModifier and TypeMethodDescriptionvoidListPagesContextProvider.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as ThemeManagerMethods in com.atlassian.confluence.pages.actions that return ThemeManagerMethods in com.atlassian.confluence.pages.actions with parameters of type ThemeManagerModifier and TypeMethodDescriptionvoidAbstractCreatePageAction.setThemeManager(ThemeManager themeManager) voidPageNotFoundAction.setThemeManager(ThemeManager themeManager) voidRemovePageAction.setThemeManager(ThemeManager themeManager) voidViewPageAction.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 ThemeManagerModifier and TypeMethodDescriptionvoidActiveThemeCondition.setThemeManager(ThemeManager themeManager) voidSpaceSidebarCondition.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.plugin.webresource
Constructors in com.atlassian.confluence.plugin.webresource with parameters of type ThemeManagerModifierConstructorDescriptionDefaultConfluenceWebResourceService(com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, CssResourceCounterManager cssResourceCounterManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, StylesheetManager stylesheetManager, ThemeManager themeManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, DarkFeaturesManager darkFeaturesManager, ColourSchemeManager colourSchemeManager) -
Uses of ThemeManager in com.atlassian.confluence.renderer.actions
Methods in com.atlassian.confluence.renderer.actions with parameters of type ThemeManagerModifier and TypeMethodDescriptionvoidRenderContentAction.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.security.actions
Fields in com.atlassian.confluence.security.actions declared as ThemeManagerMethods in com.atlassian.confluence.security.actions that return ThemeManagerModifier and TypeMethodDescriptionEditSpacePermissionsAction.getThemeManager()ViewSpacePermissionsAction.getThemeManager()Methods in com.atlassian.confluence.security.actions with parameters of type ThemeManagerModifier and TypeMethodDescriptionvoidEditSpacePermissionsAction.setThemeManager(ThemeManager themeManager) voidViewSpacePermissionsAction.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as ThemeManagerModifier and TypeFieldDescriptionprotected ThemeManagerAbstractSpaceAction.themeManagerprotected ThemeManagerConfigureSpaceLogoAction.themeManagerMethods in com.atlassian.confluence.spaces.actions that return ThemeManagerModifier and TypeMethodDescriptionAbstractSpaceAction.getThemeManager()ConfigureSpaceLogoAction.getThemeManager()Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeManagerModifier and TypeMethodDescriptionvoidAbstractSpaceAction.setThemeManager(ThemeManager themeManager) voidConfigureSpaceLogoAction.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemeManagerModifier and TypeClassDescriptionclassFor 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 ThemeManagerModifier and TypeMethodDescriptionvoidDefaultColourSchemeManager.setThemeManager(ThemeManager themeManager) voidDefaultStylesheetManager.setThemeManager(ThemeManager themeManager) -
Uses of ThemeManager in com.atlassian.confluence.ui.rest.service.content
Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type ThemeManagerModifierConstructorDescriptionLegacyContentServiceImpl(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, LegacyContentBuilder contentBuilder, LegacyContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService, I18NBeanFactory i18NBeanFactory) Deprecated. -
Uses of ThemeManager in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type ThemeManagerConstructors in com.atlassian.confluence.util with parameters of type ThemeManagerModifierConstructorDescriptionTemplateSupport(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