Uses of Class
com.atlassian.confluence.setup.settings.Settings

Packages that use Settings
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.admin   
com.atlassian.confluence.setup.settings   
com.atlassian.confluence.util   
 

Uses of Settings in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return Settings
 Settings ConfluenceActionSupport.getGlobalSettings()
           
 

Uses of Settings in com.atlassian.confluence.event.events.admin
 

Methods in com.atlassian.confluence.event.events.admin that return Settings
 Settings GlobalSettingsChangedEvent.getNewSettings()
           
 Settings GlobalSettingsChangedEvent.getOldSettings()
           
 

Constructors in com.atlassian.confluence.event.events.admin with parameters of type Settings
GlobalSettingsChangedEvent(java.lang.Object src, Settings oldSettings, Settings newSettings, java.lang.String oldDomainName, java.lang.String newDomainName)
           
 

Uses of Settings in com.atlassian.confluence.setup.settings
 

Methods in com.atlassian.confluence.setup.settings that return Settings
 Settings DefaultSettingsManager.getGlobalSettings()
           
 Settings SettingsManager.getGlobalSettings()
           
 

Methods in com.atlassian.confluence.setup.settings with parameters of type Settings
 void DefaultSettingsManager.updateGlobalSettings(Settings settings)
           
 void SettingsManager.updateGlobalSettings(Settings settings)
           
 

Constructors in com.atlassian.confluence.setup.settings with parameters of type Settings
Settings(Settings settings)
           
 

Uses of Settings in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return Settings
static Settings GeneralUtil.getGlobalSettings()
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.