public class ConfluenceSystemProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATABASE_PLUGINLOADER_DISABLED_PROPERTY_KEY |
static String |
DEFAULT_JDBC_DRIVER_CLASS_NAME |
static String |
IDENTITY_PLATFORM_ENABLED |
static String |
MULTITENANTED_DEV_MODE |
static String |
UNICORN_INSTANCE_SYSTEM_PROPERTY_KEY |
static String |
UNIFIED_USER_MANAGEMENT_KEY |
static String |
VERTIGO_INSTANCE_SYSTEM_PROPERTY_KEY |
static String |
VERTIGO_PROVISIONED_SYSTEM_PROPERTY_KEY |
static String |
VERTIGO_WEBINTERFACE_SYSTEM_PROPERTY_KEY |
| Constructor and Description |
|---|
ConfluenceSystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getConfluenceBaseUrlCDNPrefix() |
static String |
getConfluenceFixedCDNPrefix() |
static String |
getConfluenceFrontendServiceURL() |
static String |
getDefaultJdbcDriverClassName()
Returns the default Jdbc driver class name, it is needed as under tomcat and when tomcat starts,
the JavaSE Service Provider mechanism will find, discover and register only Jdbc drivers that are located
under the tomcat lib directory but not under the application WEB-INF/lib directory.
|
static String |
getMemcachedAddress() |
static String |
getMemcachedHost() |
static String |
getMemcachedPort() |
static String |
getTcapiFallbackEndpoint() |
static String |
getTcapiPrimaryEndpoint() |
static String |
getVertigoProtocol()
Return the vertigo transport/protocol.
|
static int |
getWebFragmentCacheDuration() |
static String |
getWebFragmentLocation() |
static boolean |
isAjsLogRendered() |
static boolean |
isAjsLogVisible() |
static boolean |
isBackupPathSetAllowed()
Checks the
confluence.backup.path.set.allowed property, to see if the backup path can be modified in
the admin console. |
static boolean |
isBandanaPrefetchLoggingEnabled() |
static boolean |
isBandanaPrefixPrefetchingDisabled() |
static boolean |
isBundledPluginsDisabled() |
static boolean |
isContextBatchingDisabled() |
static boolean |
isDatabasePluginLoaderDisabled() |
static boolean |
isDevMode() |
static boolean |
isDisableCaches() |
static boolean |
isExternalUserManagementEnabled()
Returns true if external user management should be used instead of Confluence's internal user management.
|
static boolean |
isForceCacheExternalisationEnabled()
All caches must be externalised to memcached in vertigo mode
|
static boolean |
isIdentityPlatformEnabled()
Returns true if the identity platform is enabled
|
static boolean |
isLocalBandanaPrefetchLoggingEnabled() |
static boolean |
isMultiTenantedDevMode()
Returns true if confluence is running in a multi-tenanted dev mode.
|
static boolean |
isUnicornInstance()
Returns true if confluence is running as a unicorn instance.
|
static boolean |
isVertigoInstance()
Returns true if confluence is running as a vertigo instance.
|
static boolean |
isVertigoProvisioned()
Returns true if confluence is being provisioned in a vertigo world.
|
static boolean |
isVertigoWebInterface()
Returns true if Confluence should use the vertigo web interface manager.
|
static boolean |
shouldPluginStateBeStoredInMemory()
Ensures that the checking of plugin state doesn't use the database.
|
public static final String VERTIGO_PROVISIONED_SYSTEM_PROPERTY_KEY
public static final String VERTIGO_WEBINTERFACE_SYSTEM_PROPERTY_KEY
public static final String UNICORN_INSTANCE_SYSTEM_PROPERTY_KEY
public static final String DEFAULT_JDBC_DRIVER_CLASS_NAME
public static final String VERTIGO_INSTANCE_SYSTEM_PROPERTY_KEY
public static final String MULTITENANTED_DEV_MODE
public static final String DATABASE_PLUGINLOADER_DISABLED_PROPERTY_KEY
public static final String UNIFIED_USER_MANAGEMENT_KEY
public static final String IDENTITY_PLATFORM_ENABLED
public static boolean isDevMode()
public static boolean isDisableCaches()
public static boolean isBundledPluginsDisabled()
public static boolean isBackupPathSetAllowed()
confluence.backup.path.set.allowed property, to see if the backup path can be modified in
the admin console.public static boolean isAjsLogRendered()
public static boolean isAjsLogVisible()
public static boolean isContextBatchingDisabled()
public static boolean isForceCacheExternalisationEnabled()
public static String getMemcachedHost()
public static String getMemcachedPort()
public static String getMemcachedAddress()
public static int getWebFragmentCacheDuration()
public static String getWebFragmentLocation()
public static boolean isBandanaPrefetchLoggingEnabled()
public static boolean isLocalBandanaPrefetchLoggingEnabled()
public static boolean isBandanaPrefixPrefetchingDisabled()
public static boolean isVertigoInstance()
public static boolean isUnicornInstance()
public static boolean isVertigoProvisioned()
public static boolean isVertigoWebInterface()
public static String getDefaultJdbcDriverClassName()
public static boolean shouldPluginStateBeStoredInMemory()
public static boolean isDatabasePluginLoaderDisabled()
public static String getTcapiPrimaryEndpoint()
public static String getTcapiFallbackEndpoint()
public static boolean isMultiTenantedDevMode()
public static String getVertigoProtocol()
public static boolean isIdentityPlatformEnabled()
public static boolean isExternalUserManagementEnabled()
Copyright © 2003–2016 Atlassian. All rights reserved.