public interface ContentLookAndFeelManager
ContentLookAndFeel. The result is combined with ColourScheme
to assemble LookAndFeelSettings in LookAndFeelService.| Modifier and Type | Method and Description |
|---|---|
ContentLookAndFeel |
getCustomContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel for current space. |
ContentLookAndFeel |
getGlobalContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel of the global settings. |
ContentLookAndFeel |
getThemeContentLookAndFeel(String spaceKey)
Return the
ContentLookAndFeel of the theme currently assigned on space. |
void |
resetContentLookAndFeel(String spaceKey)
Reset the custom to be the same as global default.
|
void |
saveContentLookAndFeel(String spaceKey,
ContentLookAndFeel contentLookAndFeel)
Save the custom for current space.
|
ContentLookAndFeel getCustomContentLookAndFeel(String spaceKey)
ContentLookAndFeel for current space. If spaceKey is null, return for global.spaceKey - ContentLookAndFeelContentLookAndFeel getThemeContentLookAndFeel(String spaceKey)
ContentLookAndFeel of the theme currently assigned on space. If spaceKey is null, return for global.spaceKey - ContentLookAndFeelContentLookAndFeel getGlobalContentLookAndFeel(String spaceKey)
ContentLookAndFeel of the global settings. If spaceKey is given, the settings inherits
global custom settings.spaceKey - ContentLookAndFeelvoid saveContentLookAndFeel(String spaceKey, ContentLookAndFeel contentLookAndFeel)
spaceKey - contentLookAndFeel - void resetContentLookAndFeel(String spaceKey)
spaceKey - Copyright © 2003–2016 Atlassian. All rights reserved.