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 classBandanaSpaceSettingsManagerAn implementation ofSpaceSettingsManagerbacked by Bandana.classDelegatingLegacySettingsManagerAn implementation of thelegacySettingsManagerinterface which delegates to its component interfaces.classReadOnlySpaceSettingsManagerConstructors 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 interfaceSettingsManagerDeprecated.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 classDefaultSettingsManagerDeprecated.since 7.7, replaced byDelegatingLegacySettingsManager
-