com.atlassian.confluence.core
Class ConfluenceSystemProperties

java.lang.Object
  extended by com.atlassian.confluence.core.ConfluenceSystemProperties

public class ConfluenceSystemProperties
extends Object

Query the status of various Confluence system properties


Constructor Summary
ConfluenceSystemProperties()
           
 
Method Summary
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 isBundledPluginsDisabled()
           
static boolean isContextBatchingDisabled()
           
static boolean isDevMode()
           
static boolean isDisableCaches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceSystemProperties

public ConfluenceSystemProperties()
Method Detail

isDevMode

public static boolean isDevMode()
Returns:
true if Confluence development mode is enabled

isDisableCaches

public static boolean isDisableCaches()

isBundledPluginsDisabled

public static boolean isBundledPluginsDisabled()
Returns:
true if bundled plugins are disabled

isBackupPathSetAllowed

public static boolean isBackupPathSetAllowed()
Checks the confluence.backup.path.set.allowed property, to see if the backup path can be modified in the admin console.

Returns:
true iff the property is set to 'true'

isAjsLogRendered

public static boolean isAjsLogRendered()

isAjsLogVisible

public static boolean isAjsLogVisible()

isContextBatchingDisabled

public static boolean isContextBatchingDisabled()


Copyright © 2003-2011 Atlassian. All Rights Reserved.