Package | Description |
---|---|
com.atlassian.confluence.core | |
com.atlassian.confluence.event.events.admin | |
com.atlassian.confluence.impl.audit.handler |
This package contains handlers that know how to create change values out of
changed objects.
|
com.atlassian.confluence.plugins.macros.dashboard | |
com.atlassian.confluence.setup.settings | |
com.atlassian.confluence.status.service.systeminfo | |
com.atlassian.confluence.util |
Modifier and Type | Method and Description |
---|---|
Settings |
ConfluenceActionSupport.getGlobalSettings() |
Modifier and Type | Method and Description |
---|---|
Settings |
GlobalSettingsChangedEvent.getNewSettings() |
Settings |
GlobalSettingsChangedEvent.getOldSettings() |
Constructor and Description |
---|
GlobalSettingsChangedEvent(Object src,
Settings oldSettings,
Settings newSettings) |
GlobalSettingsChangedEvent(Object src,
Settings oldSettings,
Settings newSettings,
String oldDomainName,
String newDomainName) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.confluence.impl.audit.handler.AuditHandler<Settings> |
AuditHandlerFactory.createSettingsHandler(com.atlassian.confluence.impl.audit.handler.AuditHandler<CaptchaSettings> captchaSettingsAuditHandler,
com.atlassian.confluence.impl.audit.handler.AuditHandler<ReferrerSettings> referrerSettingsAuditHandler,
com.atlassian.confluence.impl.audit.handler.AuditHandler<CustomHtmlSettings> customHtmlSettingsAuditHandler,
com.atlassian.confluence.impl.audit.handler.AuditHandler<LoginManagerSettings> loginManagerSettingsAuditHandler,
com.atlassian.confluence.impl.audit.handler.AuditHandler<ConfluenceHttpParameters> confluenceHttpParametersAuditHandler) |
Modifier and Type | Method and Description |
---|---|
protected Settings |
SpacesListMacro.getGlobalSettings() |
Modifier and Type | Method and Description |
---|---|
Settings |
DefaultSettingsManager.getGlobalSettings() |
Settings |
SettingsManager.getGlobalSettings() |
static Settings |
Settings.unsavableSettings()
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 |
DefaultSettingsManager.updateGlobalSettings(Settings settings) |
void |
SettingsManager.updateGlobalSettings(Settings settings) |
Constructor and Description |
---|
Settings(Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
ConfluenceInfo.getGlobalSettings() |
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceInfo.setGlobalSettings(Settings globalSettings) |
Modifier and Type | Method and Description |
---|---|
static Settings |
GeneralUtil.getGlobalSettings() |
Modifier and Type | Method and Description |
---|---|
static String |
GeneralUtil.maskEmail(String emailAddress,
Settings globalSettings,
I18NBean i18NBean) |
Copyright © 2003–2018 Atlassian. All rights reserved.