Uses of Interface
com.atlassian.confluence.themes.StylesheetManager
-
-
Uses of StylesheetManager in com.atlassian.confluence.admin.actions.lookandfeel
Methods in com.atlassian.confluence.admin.actions.lookandfeel with parameters of type StylesheetManager Modifier and Type Method Description voidEditStylesheetAction. setStylesheetManager(StylesheetManager stylesheetManager) -
Uses of StylesheetManager in com.atlassian.confluence.core.actions
Methods in com.atlassian.confluence.core.actions with parameters of type StylesheetManager Modifier and Type Method Description voidCustomStylesheetAction. setStylesheetManager(StylesheetManager stylesheetManager) -
Uses of StylesheetManager in com.atlassian.confluence.plugin.webresource
Constructors in com.atlassian.confluence.plugin.webresource with parameters of type StylesheetManager Constructor Description DefaultConfluenceWebResourceService(com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, CssResourceCounterManager cssResourceCounterManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, StylesheetManager stylesheetManager, ThemeManager themeManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, DarkFeaturesManager darkFeaturesManager, ColourSchemeManager colourSchemeManager)DefaultConfluenceWebResourceService(com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, CssResourceCounterManager cssResourceCounterManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, StylesheetManager stylesheetManager, ThemeManager themeManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManagerSupplier)Deprecated.since 5.9DefaultConfluenceWebResourceService(com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, CssResourceCounterManager cssResourceCounterManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, StylesheetManager stylesheetManager, ThemeManager themeManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManagerSupplier, ColourSchemeManager colourSchemeManager)Deprecated.since 7.5 -
Uses of StylesheetManager in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions with parameters of type StylesheetManager Modifier and Type Method Description voidSpaceEditStylesheetAction. setStylesheetManager(StylesheetManager stylesheetManager) -
Uses of StylesheetManager in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement StylesheetManager Modifier and Type Class Description classDefaultStylesheetManager
-