| Interface | Description |
|---|---|
| BootstrapManager |
Controls the bootstrapping of Confluence - starting essential, core services.
|
| BootstrapManagerInternal |
Intenal interface of Bootstrap Manager
|
| ConfluenceBootstrapConstants | |
| DatabaseCollationVerifier |
Verify the database collation.
|
| DatabaseVerifier |
Verify the database connection at setup stage.
|
| JDBCUrlBuilder |
Defines the method to get the database url give the connection details.
|
| Class | Description |
|---|---|
| AbstractBootstrapApplicationListener<E extends org.springframework.context.ApplicationEvent> | |
| BootstrapAppConfig |
Configures the beans of the bootstrap spring context.
|
| BootstrapApplicationShutdownListener | |
| BootstrapApplicationStartupListener | |
| BootstrapContextInitialisedEvent |
An event indicating that the bootstrap context has been initialised.
|
| BootstrapPropertiesProvider | |
| BootstrapSidManager |
Manages SID generation and persistence before the database is available.
|
| BuildNumberChecker |
A utility class which compares the various build numbers associated with a Confluence instance, and checks them for
consistency.
|
| ConfluenceAnnotationConfigApplicationContext |
Represents a
ApplicationContext that still allows ServletContextAware and
ServletConfigAware processing, and unregistering bean definitions. |
| ConfluenceAnnotationConfigWebApplicationContext |
Represents a
WebApplicationContext that supports spring annotation processing,
and allows for unregistering bean definitions. |
| ConfluenceAppConfig |
Configures the beans of the production spring application context.
|
| ConfluenceBootstrappedContextLoaderListener |
Adds (relatively) user friendly error handling if the main spring context cannot be initialized.
|
| ConfluenceClassPathXmlApplicationContext |
Customisation of the Spring XML Application context that uses Confluence's custom bean factory, and allows the
context to support ServletContextAware beans despite not being a WebApplicationContext.
|
| ConfluenceConfigurationListener |
Brings up the initial, minimal environment necessary to bootstrap Confluence.
|
| ConfluenceConfigurationPersister | |
| ConfluenceDatabaseDetails |
Encapsulates the database configuration at the database setup stage.
|
| ConfluenceDatabaseDetailsBuilder |
The builder for creating an instance of ConfluenceDatabaseDetails.
|
| ConfluenceEncodingFilter |
CONFSERVER-58180
Avoid setting the content type header on static resources, let the DefaultServlet do its magic
|
| ConfluenceLicenseRegistry | Deprecated
Since 5.6.
|
| ConfluenceListableBeanFactory |
Our own BeanFactory to enable the unregistering of child beans, as well as autowiring and more efficient toString().
|
| ConfluenceRendererConfiguration |
This is a call through class provided for the renderer that will use confluence specific
setup information to relay the information to the renderer.
|
| ConfluenceXmlWebApplicationContext | |
| DatabaseVerificationResult |
Encapsulates a Database Verification result.
|
| DefaultBootstrapManager |
BootstrapManager is responsible for initializing the dependencies of Confluence environment.
|
| DefaultDatabaseVerifier | |
| DefaultHibernateConfigurator | |
| DefaultSetupPersister | |
| JDBCUrlBuilderFactory |
Factory object for returning a builder for database url.
|
| MySQLJDBCUrlBuilder | |
| OracleJDBCUrlBuilder | |
| PostgreSQLJDBCUrlBuilder | |
| SetupAppConfig |
Configures the beans of the setup spring context.
|
| SetupCompleteEvent | |
| SetupContext |
Static holder for setup Spring context.
|
| SetupLocaleManager |
Minimum implementation for the setup context.
|
| SetupLocks |
Provide locks for actions so that they don't get run multiple times at once.
|
| SetupPluginManager |
Cut-down plugin manager for the setup wizard, since it only need to load a limited number of plugins.
|
| SetupUtil | |
| SetupWebResourceManager |
A stripped-down web resource manager sufficient to serve resources during setup when most of Confluence is not
available.
|
| SharedConfigurationMap | |
| SQLServerJDBCUrlBuilder | |
| TempPluginParentDirectoryLocator |
Provides working directories for the plugin manager in a temp directory specifically created for this manager
instance.
|
| ValidLicenseContextListener |
| Enum | Description |
|---|---|
| BuildInformation |
Singleton which provides build and version information for the Confluence application.
|
| DatabaseEnum |
Enum representing the database type
|
| SetupLocks.Lock |
| Exception | Description |
|---|---|
| DatabaseConnectionException |
Indicates the database connection setup was failed due to non-sql exception, such that jdbc driver could not be found.
|
| DatabaseVerifyException |
Indicates the database connection verification was failed due to non-sql exception, such that collation is not appropriate.
|
Copyright © 2003–2019 Atlassian. All rights reserved.