com.atlassian.confluence.setup.settings
Class DefaultSettingsManager
java.lang.Object
com.atlassian.confluence.setup.settings.DefaultSettingsManager
- All Implemented Interfaces:
- ConfluenceBandanaKeys, SettingsManager
- public class DefaultSettingsManager
- extends Object
- implements SettingsManager, ConfluenceBandanaKeys
Fields inherited from interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys |
COLOUR_SCHEME, CSS_RESOURCE_COUNTER, HTTP_CONFIG, JIRA_ICON_MAPPINGS, PLUGINS_SETTINGS_PREFIX, SETTINGS, SHORTCUT_LINKS, SMTP_MAIL_ACCOUNTS, SPACE_MAIL_ACCOUNTS, SPACE_SETTINGS, THEME_SETTINGS, USER_MACROS, USER_RESOURCES |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSettingsManager
public DefaultSettingsManager()
getGlobalSettings
public Settings getGlobalSettings()
- Specified by:
getGlobalSettings
in interface SettingsManager
updateGlobalSettings
public void updateGlobalSettings(Settings settings)
- Specified by:
updateGlobalSettings
in interface SettingsManager
getSpaceSettings
public SpaceSettings getSpaceSettings(String spaceKey)
- Specified by:
getSpaceSettings
in interface SettingsManager
updateSpaceSettings
public void updateSpaceSettings(SpaceSettings spaceSettings)
- Specified by:
updateSpaceSettings
in interface SettingsManager
getPluginSettings
public Serializable getPluginSettings(String pluginKey)
- Specified by:
getPluginSettings
in interface SettingsManager
updatePluginSettings
public void updatePluginSettings(String pluginKey,
Serializable pluginSettings)
- Specified by:
updatePluginSettings
in interface SettingsManager
setBandanaManager
public void setBandanaManager(BandanaManager bandanaManager)
isNofollowExternalLinks
public boolean isNofollowExternalLinks()