Class ConfluenceAppConfig
java.lang.Object
com.atlassian.confluence.impl.webapp.ConfluenceAppConfig
@Configuration
@ImportResource(locations={"classpath:/databaseSubsystemContext.xml","classpath:/schemaCreatorContext.xml","classpath:/services/cacheServiceContext.xml","classpath:/services/clusterServiceContext.xml","classpath:/services/bandanaServiceContext.xml","classpath:/services/eventServiceContext.xml","classpath:/services/pluginServiceContext.xml","classpath:/services/macroServiceContext.xml","classpath:/services/webServiceContext.xml","classpath:/services/taskQueueServiceContext.xml","classpath:/services/permissionsServiceContext.xml","classpath:/services/adminServiceContext.xml","classpath:/applicationContextPluginProvided.xml","classpath:/systemContext.xml","classpath:/applicationContext.xml","classpath:/autoProxyContext.xml","classpath:/auditSubsystemContext.xml","classpath:/i18NContext.xml","classpath:/securityContext.xml","classpath:/productionDatabaseContext.xml","classpath:/productionHealthCheckContext.xml","classpath:/contentNameSearchSubsystemContext.xml","classpath:/rpcSubsystemContext.xml","classpath:/upgradeSubsystemContext.xml","classpath:/upgradeTasksContext.xml","classpath:/wikiSubsystemContext.xml","classpath:/renderingContext.xml","classpath:/productionRenderingContext.xml","classpath:/wikiFiltersSubsystemContext.xml","classpath:/velocityContext.xml","classpath:/importExportSubsystemContext.xml","classpath:/journalServiceContext.xml","classpath:/schedulingSubsystemContext.xml","classpath:/schedulingSubsystemManagedContext.xml","classpath:/schedulingSubsystemUnmanagedContext.xml","classpath:/atlassianUserContext.xml","classpath:/importedEmbeddedCrowdContext.xml","classpath:/embeddedCrowdContext.xml","classpath:/attachmentSubsystemContext.xml","classpath:/services/baseServiceContext.xml","classpath:/services/contentServiceContext.xml","classpath:/services/accessServiceContext.xml","classpath:/services/userServiceContext.xml","classpath:/services/auditServiceContext.xml","classpath:/services/statusServiceContext.xml","classpath:/services/labelServiceContext.xml","classpath:/services/api/implementationContextPluginProvided.xml","classpath:/services/api/implementationContext.xml","classpath:/services/api/apiServiceContext.xml","classpath:/services/api/apiSupportContext.xml","classpath:/jmxContext.xml","classpath*:/cacheProviderContext.xml","classpath:/contentMigrationContext.xml","classpath:/heartbeatContext.xml","classpath*:/monitoringContext.xml","classpath:/ipdContext.xml","classpath:/profilingContext.xml","classpath:/services/sandboxServiceContext.xml","classpath:/services/featureFlagServiceContext.xml","classpath:/services/mailServiceContext.xml","classpath:/services/linkServiceContext.xml","classpath:/services/relationServiceContext.xml","classpath:/services/downloadStrategyServiceContext.xml","classpath:/services/synchronyServiceContext.xml","classpath:/services/loggingConfigServiceContext.xml","classpath:/services/tenancyServiceContext.xml","classpath:/services/licenseServiceMainContext.xml","classpath:/retentionServiceContext.xml","classpath:/settingsContext.xml","classpath:/productionOsgiContext.xml","classpath:/productionPluginLoadersContext.xml","classpath:/zipkinContext.xml"})
@Import({ConfluenceWebresourceManagerWiring.class,FileStoreContextConfig.class,IndexSubsystemConfig.class,SitemeshBeans.class,SpringTaskSchedulerConfig.class,OAuth2ServiceContextConfiguration.class,ApplinksHostConfig.class,StrutsBeans.class})
public class ConfluenceAppConfig
extends Object
Configures the beans of the production spring application context.
- Since:
- 5.10
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfluenceAppConfig
public ConfluenceAppConfig()
-