| Package | Description |
|---|---|
| com.atlassian.confluence.setup.settings | |
| com.atlassian.confluence.themes |
| Modifier and Type | Method and Description |
|---|---|
SpaceSettings |
SettingsManager.getSpaceSettings(String spaceKey) |
SpaceSettings |
DefaultSettingsManager.getSpaceSettings(String spaceKey) |
static SpaceSettings |
SpaceSettings.unsavableSettings(String spaceKey)
Instantiate a settings object that will be ignored by the settings manager if you attempt to save it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsManager.updateSpaceSettings(SpaceSettings spaceSettings) |
void |
DefaultSettingsManager.updateSpaceSettings(SpaceSettings spaceSettings) |
| Modifier and Type | Method and Description |
|---|---|
SpaceSettings |
ThemeContext.getSpaceSettings() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThemeContext.set(javax.servlet.ServletRequest request,
Space currentSpace,
SpaceSettings currentSpaceSettings,
Theme currentTheme,
Theme globalTheme) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThemeContext.set(javax.servlet.ServletRequest request,
Supplier<Space> currentSpace,
Supplier<SpaceSettings> currentSpaceSettings,
Supplier<Theme> currentTheme,
Supplier<Theme> globalTheme) |
| Constructor and Description |
|---|
ThemeContext(Space currentSpace,
SpaceSettings currentSpaceSettings,
Theme spaceTheme,
Theme globalTheme) |
| Constructor and Description |
|---|
ThemeContext(Supplier<Space> currentSpace,
Supplier<SpaceSettings> currentSpaceSettings,
Supplier<Theme> spaceTheme,
Supplier<Theme> globalTheme) |
Copyright © 2003–2017 Atlassian. All rights reserved.