Uses of Interface
com.atlassian.confluence.setup.settings.SpaceSettingsManager
-
Packages that use SpaceSettingsManager Package Description com.atlassian.confluence.impl.settings com.atlassian.confluence.impl.velocity com.atlassian.confluence.setup.settings -
-
Uses of SpaceSettingsManager in com.atlassian.confluence.impl.settings
Classes in com.atlassian.confluence.impl.settings that implement SpaceSettingsManager Modifier and Type Class Description class
BandanaSpaceSettingsManager
An implementation ofSpaceSettingsManager
backed by Bandana.class
DelegatingLegacySettingsManager
An implementation of thelegacySettingsManager
interface which delegates to its component interfaces.class
ReadOnlySpaceSettingsManager
Constructors in com.atlassian.confluence.impl.settings with parameters of type SpaceSettingsManager Constructor Description DelegatingLegacySettingsManager(GlobalSettingsManager globalSettingsManager, SpaceSettingsManager spaceSettingsManager, LegacyPluginSettingsManager pluginSettingsManager, GlobalDescriptionManager globalDescriptionManager)
ReadOnlySpaceSettingsManager(SpaceSettingsManager delegate)
-
Uses of SpaceSettingsManager in com.atlassian.confluence.impl.velocity
Constructors in com.atlassian.confluence.impl.velocity with parameters of type SpaceSettingsManager Constructor Description ReadOnlyBeanContextItemProvider(SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, PersonService personService, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
Uses of SpaceSettingsManager in com.atlassian.confluence.setup.settings
Subinterfaces of SpaceSettingsManager in com.atlassian.confluence.setup.settings Modifier and Type Interface Description interface
SettingsManager
Deprecated.since 7.7 Use one of the more specific super-typesClasses in com.atlassian.confluence.setup.settings that implement SpaceSettingsManager Modifier and Type Class Description class
DefaultSettingsManager
Deprecated.since 7.7, replaced byDelegatingLegacySettingsManager
-