@Deprecated public class

CombinedStylesheetAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.core.actions.CombinedStylesheetAction

This class is deprecated.
Since 4.0. Do not use this as this results in CSS imports. Use the methods on ConfluenceWebResourceManager instead.

Class Overview

Action to display the space- or global-specific styles based on active colour scheme and theme on the relevant space or global scope.

Closely related to the associated Velocity template, combined-css.vm. Be sure to search for usages there before removing or renaming any methods.

Summary

Constants
String RESULT_SETUP
[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
CombinedStylesheetAction()
Public Methods
String execute()
String getSpaceKey()
Collection<? extends ThemeResource> getStylesheets()
Theme getTheme()
LinkedHashSet<String> getWysiwygResourceUrls()
boolean isForWysiwyg()
boolean isPermitted()
void setForWysiwyg(boolean forWysiwyg)
void setSpaceKey(String spaceKey)
void setThemeManager(ThemeManager themeManager)
void setWebResourceManager(WebResourceManager webResourceManager)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Constants

public static final String RESULT_SETUP

Constant Value: "setup"

Public Constructors

public CombinedStylesheetAction ()

Public Methods

public String execute ()

Throws
Exception

public String getSpaceKey ()

public Collection<? extends ThemeResource> getStylesheets ()

public Theme getTheme ()

public LinkedHashSet<String> getWysiwygResourceUrls ()

public boolean isForWysiwyg ()

public boolean isPermitted ()

public void setForWysiwyg (boolean forWysiwyg)

public void setSpaceKey (String spaceKey)

public void setThemeManager (ThemeManager themeManager)

public void setWebResourceManager (WebResourceManager webResourceManager)