Uses of Class
com.atlassian.confluence.core.CustomPageSettings
-
Packages that use CustomPageSettings Package Description com.atlassian.confluence.core -
-
Uses of CustomPageSettings in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as CustomPageSettings Modifier and Type Field Description static CustomPageSettingsCustomPageSettings. DEFAULT_SETTINGSMethods in com.atlassian.confluence.core that return CustomPageSettings Modifier and Type Method Description CustomPageSettingsCustomPageSettingsManager. retrieveSettings()Get the global settings for the Custom Page SettingsCustomPageSettingsCustomPageSettingsManager. retrieveSettings(String spaceKey)CustomPageSettingsDefaultCustomPageSettingsManager. retrieveSettings()CustomPageSettingsDefaultCustomPageSettingsManager. retrieveSettings(String spaceKey)Methods in com.atlassian.confluence.core with parameters of type CustomPageSettings Modifier and Type Method Description voidCustomPageSettingsManager. saveSettings(CustomPageSettings settings)Save the global settings for the Custom Page SettingsvoidCustomPageSettingsManager. saveSettings(String spaceKey, CustomPageSettings settings)voidDefaultCustomPageSettingsManager. saveSettings(CustomPageSettings settings)voidDefaultCustomPageSettingsManager. saveSettings(String spaceKey, CustomPageSettings settings)
-