| java.lang.Object | |
| ↳ | com.atlassian.confluence.themes.DefaultStylesheetManager |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a global stylesheet to customize the look and feel of Confluence
| |||||||||||
Adds a space stylesheet to customize the look and feel of a single space within Confluence.
| |||||||||||
Retrieve the custom global stylesheet
| |||||||||||
Retrieve the custom stylesheet that has been stored against a space.
| |||||||||||
Retrieve the custom stylesheet that has been stored against a space.
| |||||||||||
removes the global Confluence stylesheet
| |||||||||||
Removes a space specific stylesheet
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.themes.StylesheetManager
| |||||||||||
Adds a global stylesheet to customize the look and feel of Confluence
| style | A String representing the css styles for Confluence |
|---|
Adds a space stylesheet to customize the look and feel of a single space within Confluence.
| spaceKey | The key of the Confluence space to which the syle should be applied |
|---|---|
| style | A String representing the css styles for the space |
Retrieve the custom global stylesheet
Retrieve the custom stylesheet that has been stored against a space.
If no stylesheet is stored against the space, the global stylesheet will be applied if one exists. However, if a space theme is set, the global styles will be ignored.
| spaceKey | The key of the Confluence space for which you want to retrieve the style |
|---|
Retrieve the custom stylesheet that has been stored against a space.
| spaceKey | The key of the Confluence space for which you want to retrieve the style |
|---|---|
| shouldLookGlobal | determines whether it should look for a global style if no space style exists |
removes the global Confluence stylesheet
Removes a space specific stylesheet
| spaceKey | The key of the Confluence space from which to remove the style |
|---|