| Modifier and Type | Method and Description |
|---|---|
LookAndFeelSettings |
LookAndFeelSettingsFactory.build(ColourScheme globalColourScheme,
ColourScheme themeColourScheme,
ColourScheme customColourScheme,
String colourSchemeSetting,
ContentLookAndFeel globalContentLookAndFeel,
ContentLookAndFeel themeContentLookAndFeel,
ContentLookAndFeel customContentLookAndFeel)
Build LookAndFeelSettings from Confluence ColourScheme.
|
| Modifier and Type | Method and Description |
|---|---|
ContentLookAndFeel |
ContentLookAndFeel.ContentLookAndFeelBuilder.build() |
ContentLookAndFeel |
LookAndFeel.getContent() |
| Modifier and Type | Method and Description |
|---|---|
static ContentLookAndFeel.ContentLookAndFeelBuilder |
ContentLookAndFeel.builder(ContentLookAndFeel contentLookAndFeel) |
LookAndFeel.LookAndFeelBuilder |
LookAndFeel.LookAndFeelBuilder.content(ContentLookAndFeel content) |
| Modifier and Type | Method and Description |
|---|---|
ContentLookAndFeel |
ColorsStylesheetAction.getContentLookAndFeel() |
| Modifier and Type | Method and Description |
|---|---|
ContentLookAndFeel |
DefaultContentLookAndFeelManager.getContentLookAndFeel(String spaceKey) |
ContentLookAndFeel |
ContentLookAndFeelManager.getContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel for current space. |
ContentLookAndFeel |
DefaultContentLookAndFeelManager.getContentLookAndFeel(String spaceKey,
String lookAndFeelType) |
ContentLookAndFeel |
ContentLookAndFeelManager.getContentLookAndFeel(String spaceKey,
String lookAndFeelType)
Return the
ContentLookAndFeel for current space according to setting type: Theme, Custom or Global. |
ContentLookAndFeel |
DefaultContentLookAndFeelManager.getCustomContentLookAndFeel(String spaceKey) |
ContentLookAndFeel |
ContentLookAndFeelManager.getCustomContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel for current space. |
ContentLookAndFeel |
DefaultContentLookAndFeelManager.getGlobalContentLookAndFeel(String spaceKey) |
ContentLookAndFeel |
ContentLookAndFeelManager.getGlobalContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel of the global settings. |
static ContentLookAndFeel |
DefaultContentLookAndFeelHelper.getInstance() |
ContentLookAndFeel |
DefaultContentLookAndFeelManager.getThemeContentLookAndFeel(String spaceKey) |
ContentLookAndFeel |
ContentLookAndFeelManager.getThemeContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel of the theme currently assigned on space. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentLookAndFeelManager.saveContentLookAndFeel(String spaceKey,
ContentLookAndFeel contentLookAndFeel) |
void |
ContentLookAndFeelManager.saveContentLookAndFeel(String spaceKey,
ContentLookAndFeel contentLookAndFeel)
Save the custom for current space.
|
Copyright © 2003–2017 Atlassian. All rights reserved.