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 CustomPageSettings
CustomPageSettings. DEFAULT_SETTINGS
Methods in com.atlassian.confluence.core that return CustomPageSettings Modifier and Type Method Description CustomPageSettings
CustomPageSettingsManager. retrieveSettings()
Get the global settings for the Custom Page SettingsCustomPageSettings
CustomPageSettingsManager. retrieveSettings(String spaceKey)
CustomPageSettings
DefaultCustomPageSettingsManager. retrieveSettings()
CustomPageSettings
DefaultCustomPageSettingsManager. retrieveSettings(String spaceKey)
Methods in com.atlassian.confluence.core with parameters of type CustomPageSettings Modifier and Type Method Description void
CustomPageSettingsManager. saveSettings(CustomPageSettings settings)
Save the global settings for the Custom Page Settingsvoid
CustomPageSettingsManager. saveSettings(String spaceKey, CustomPageSettings settings)
void
DefaultCustomPageSettingsManager. saveSettings(CustomPageSettings settings)
void
DefaultCustomPageSettingsManager. saveSettings(String spaceKey, CustomPageSettings settings)
-